CVS: Tapestry/framework/src/net/sf/tapestry/engine Namespace.java,1.7.2.2,1.7.2.3
Howard Lewis Ship <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv7216/framework/src/net/sf/tapestry/engine
Modified Files:
Tag: hship-2-3
Namespace.java
Log Message:
Fix a bug where pages defined in the application spec were not locatable.
Make a slight change to where page specifications are stored under WEB-INF.
Index: Namespace.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/engine/Namespace.java,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -C2 -d -r1.7.2.2 -r1.7.2.3
*** Namespace.java 11 Dec 2002 14:02:26 -0000 1.7.2.2
--- Namespace.java 13 Dec 2002 12:22:45 -0000 1.7.2.3
***************
*** 157,162 ****
result = locatePageSpecification(name);
! if (result != null)
! _pages.put(name, result);
}
--- 157,161 ----
result = locatePageSpecification(name);
! _pages.put(name, result);
}
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/