Author: antonio
Date: Thu Jul 28 13:24:47 2005
New Revision: 225873
URL: http://svn.apache.org/viewcvs?rev=225873&view=rev
Log:
Add fallback. Thanks to Paul Friedman
Modified:
lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap
Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap
URL:
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap?rev=225873&r1=225872&r2=225873&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap Thu Jul 28 13:24:47
2005
@@ -271,7 +271,7 @@
</map:match>
<map:match pattern="tabs/*">
- <map:generate src="content/info/{1}.xsp" type="serverpages"/>
+ <map:generate src="{fallback:content/info/{1}.xsp}"
type="serverpages"/>
<map:serialize type="xml"/>
</map:match>
|