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 2006/06/27 18:13:08 UTC

svn commit: r417495 - /lenya/trunk/src/modules/bxe/sitemap.xmap

Author: andreas
Date: Tue Jun 27 09:13:08 2006
New Revision: 417495

URL: http://svn.apache.org/viewvc?rev=417495&view=rev
Log:
BXE: added workaround for http://issues.apache.org/jira/browse/COCOON-1873

Modified:
    lenya/trunk/src/modules/bxe/sitemap.xmap

Modified: lenya/trunk/src/modules/bxe/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/bxe/sitemap.xmap?rev=417495&r1=417494&r2=417495&view=diff
==============================================================================
--- lenya/trunk/src/modules/bxe/sitemap.xmap (original)
+++ lenya/trunk/src/modules/bxe/sitemap.xmap Tue Jun 27 09:13:08 2006
@@ -154,7 +154,6 @@
       </map:match>
       
       <map:match pattern="**/*.html">
-        
         <!--+
           | Build the BXE configuration
           +-->
@@ -181,7 +180,7 @@
             <!-- Instead of an xsl we use the xhtml file to provide the basic layout
               <map:parameter name="BX_xslfile" value="{2}.xsl"/>
             -->
-            <map:parameter name="BX_xhtmlfile" value="{../2}.bxe.html?rendertype=edit"/>
+            <map:parameter name="BX_xhtmlfile" value="{request:contextPath}/{../1}/{../2}.bxe.html?rendertype=edit"/>
             <map:parameter name="BX_validationfile" value="{resource-type:httpSchemaUri}"/>
             <map:parameter name="css" value="{request:contextPath}/lenya/css/default.css"/>
             <!-- The document is checked in when we exit from bx (in case of save&exit and in case of exit), so we use the usecase



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