You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2007/01/14 02:33:28 UTC

svn commit: r496014 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv

Author: thorsten
Date: Sat Jan 13 17:33:27 2007
New Revision: 496014

URL: http://svn.apache.org/viewvc?view=rev&rev=496014
Log:
Fixing fo generation in the pelt view.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv?view=diff&rev=496014&r1=496013&r2=496014
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv Sat Jan 13 17:33:27 2007
@@ -21,6 +21,9 @@
   <jx:set var="contextPath" value="#{$cocoon/parameters/contextPath}"/>
   <jx:set var="getRequest" value="#{$cocoon/parameters/getRequest}"/>
   <jx:set var="getRequestExtension" value="#{$cocoon/parameters/getRequestExtension}" />
+  <forrest:view type="fo" hooksXpath="/">
+    <jx:import uri="cocoon://prepare.tiles.common-fo"/>
+  </forrest:view>
   <!-- CSS View of the request e.g. index.dispatcher.css -->
   <forrest:view type="css" hooksXpath="/">
     <jx:import uri="cocoon://prepare.tiles.pelt-css"/>