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 2006/08/28 13:34:45 UTC

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

Author: bommel
Date: Mon Aug 28 04:34:44 2006
New Revision: 437670

URL: http://svn.apache.org/viewvc?rev=437670&view=rev
Log:
improved 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=437670&r1=437669&r2=437670&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Mon Aug 28 04:34:44 2006
@@ -75,21 +75,24 @@
     <faq id="tobago/form">
       <question>Why I don't need a form tag in a normal case in Tobago?</question>
       <answer>
-        TODO
+        <p>The page tag is a form tag. You need a form tag for partial validation of your data.
+        Please look at the forms example in the
+        <a href="http://tobago.atanion.net/tobago-example-demo/faces/overview/form.jsp" >Tobago demo</a>
+        </p>
       </answer>
     </faq>
 
     <faq id="tobago/browser">
       <question>Which webbrowser are currently supported by Tobago?</question>
       <answer>
-        TODO
+        <p>Firefox 1.5, IE 6 (TODO more details)</p>
       </answer>
     </faq>
 
     <faq id="tobago/container">
       <question>On which container Tobago was tested?</question>
       <answer>
-          Tomcat 5.5, Websphere 6.1, Weblogic 9.2. Feel free to post your own experiences.  
+        <p>Tomcat 5.5, Websphere 6.0, 6.1, Weblogic 8.1, 9.2. Feel free to post your own experiences.</p>
       </answer>
     </faq>