Author: gvanmatre
Date: Sat Aug 27 16:58:59 2005
New Revision: 248551
URL: http://svn.apache.org/viewcvs?rev=248551&view=rev
Log:
Bug#: 36200 [shale] Clay HTML templates doesn't work with myFaces
Modified:
struts/shale/trunk/use-cases/src/web/WEB-INF/chain-config.xml
Modified: struts/shale/trunk/use-cases/src/web/WEB-INF/chain-config.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/src/web/WEB-INF/chain-config.xml?rev=248551&r1=248550&r2=248551&view=diff
==============================================================================
--- struts/shale/trunk/use-cases/src/web/WEB-INF/chain-config.xml (original)
+++ struts/shale/trunk/use-cases/src/web/WEB-INF/chain-config.xml Sat Aug 27
16:58:59 2005
@@ -24,6 +24,10 @@
<catalog name="shale">
<!-- Disallow direct access to JSP and JSFP resources -->
<chain name="preprocess">
+
+ <!-- This command is only needed for full clay html views with myfaces
-->
+ <command
className="org.apache.shale.clay.faces.ClayViewHandlerCommand" />
+
<command
className="org.apache.shale.application.ContextRelativePathFilter"
includes="\S*\.faces,\S*\.html,\S*\.gif,\S*\.jpg,/index\.jsp"
excludes="\S*\.jsp,\S*\.jspf"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]