Author: awiner
Date: Fri Oct  6 09:44:03 2006
New Revision: 453671

URL: http://svn.apache.org/viewvc?view=rev&rev=453671
Log:
ADFFACES-223: Additional informations for facelets users regarding the default 
view handler.  Thanks to Stefan Podkowinski for the patch

Modified:
    incubator/adffaces/trunk/trinidad/src/site/xdoc/installation.xml

Modified: incubator/adffaces/trunk/trinidad/src/site/xdoc/installation.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/src/site/xdoc/installation.xml?view=diff&rev=453671&r1=453670&r2=453671
==============================================================================
--- incubator/adffaces/trunk/trinidad/src/site/xdoc/installation.xml (original)
+++ incubator/adffaces/trunk/trinidad/src/site/xdoc/installation.xml Fri Oct  6 
09:44:03 2006
@@ -144,6 +144,17 @@
   </context-param>

 ]]></source>

 </p>

+<p>

+Make sure to also remove the

+default <code>com.sun.facelets.FaceletViewHandler</code> from your

+<code>faces-config.xml</code>.  Trinidad comes with its own ViewHandler

+which needs to be invoked in the correct order with the Facelets

+ViewHandler.  If you specified the alternative view handler parameter

+as described above, it will be called by the Apache Trinidad ViewHandler

+at the right time.

+</p>

+

+

 </section>

 <section name="Configuration for Development">

        If you are an application developer, there are 



Reply via email to