You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/01/06 17:45:04 UTC

svn commit: r124407 - /lenya/trunk/src/webapp/lenya/usecases/usecase.xmap

Author: andreas
Date: Thu Jan  6 08:45:02 2005
New Revision: 124407

URL: http://svn.apache.org/viewcvs?view=rev&rev=124407
Log:
allow fallback for JX templates
Modified:
   lenya/trunk/src/webapp/lenya/usecases/usecase.xmap

Modified: lenya/trunk/src/webapp/lenya/usecases/usecase.xmap
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/usecases/usecase.xmap?view=diff&rev=124407&p1=lenya/trunk/src/webapp/lenya/usecases/usecase.xmap&r1=124406&p2=lenya/trunk/src/webapp/lenya/usecases/usecase.xmap&r2=124407
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/usecase.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/usecases/usecase.xmap	Thu Jan  6 08:45:02 2005
@@ -21,7 +21,7 @@
       
       <!-- view for usecases that take up the full screen -->
       <map:match pattern="view/**">
-        <map:generate type="jx" src="{1}.jx"/>
+        <map:generate type="jx" src="fallback://lenya/usecases/{1}.jx"/>
         <map:transform type="i18n">
           <map:parameter name="locale" value="{request:locale}"/>
         </map:transform>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org