Author: rgardler
Date: Sun Dec 3 14:51:06 2006
New Revision: 481963
URL: http://svn.apache.org/viewvc?view=rev&rev=481963
Log:
Look for a "notFound" file in the subdir before falling back to the root
directory
Modified:
forrest/trunk/whiteboard/forrest2/wicket-demo/src/locationmap.xml
Modified: forrest/trunk/whiteboard/forrest2/wicket-demo/src/locationmap.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/wicket-demo/src/locationmap.xml?view=diff&rev=481963&r1=481962&r2=481963
==============================================================================
--- forrest/trunk/whiteboard/forrest2/wicket-demo/src/locationmap.xml (original)
+++ forrest/trunk/whiteboard/forrest2/wicket-demo/src/locationmap.xml Sun Dec
3 14:51:06 2006
@@ -28,8 +28,8 @@
<location regexp="body/(.*/)*(.*)\..*">
<source href="classpath:/$(1)$(2).xhtml2"/>
- <source href="classpath:/$(2).xhtml2"/>
<source href="classpath:/$(1)notFound.xhtml2"/>
+ <source href="classpath:/$(2).xhtml2"/>
<source href="classpath:/notFound.xhtml2"/>
</location>