You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/11/10 22:03:12 UTC

svn commit: r712832 - /myfaces/tobago/trunk/src/site/fml/faq.fml

Author: bommel
Date: Mon Nov 10 13:03:11 2008
New Revision: 712832

URL: http://svn.apache.org/viewvc?rev=712832&view=rev
Log:
added facelets faq

Modified:
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=712832&r1=712831&r2=712832&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Mon Nov 10 13:03:11 2008
@@ -58,6 +58,18 @@
         <p>Tobago should run with Sun RI and with MyFaces.</p>
       </answer>
     </faq>
+    <faq id="tobago/facelets">
+      <question>Does Tobago supports Facelets?</question>
+      <answer>
+        <p>Tobago supports Facelets with the tobago-facelets.jar.
+        Note: Please add following context param in your web.xml</p> 
+        <source>
+        <context-param>
+          <param-name>facelets.SKIP_COMMENTS</param-name>
+          <param-value>true</param-value>
+        </context-param></source>
+      </answer>
+    </faq>
     <faq id="tobago/myfaces extension">
       <question>Can I mix Tobago and MyFaces extensions in the same web application?
       </question>