You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/01/11 17:52:12 UTC

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

Author: lofwyr
Date: Mon Jan 11 16:52:12 2010
New Revision: 897936

URL: http://svn.apache.org/viewvc?rev=897936&view=rev
Log:
* using reference to compatibility
* adding facelets

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=897936&r1=897935&r2=897936&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Mon Jan 11 16:52:12 2010
@@ -201,7 +201,8 @@
     <faq id="tobago/container">
       <question>In which containers was Tobago tested?</question>
       <answer>
-        <p>Tomcat 5.5, Websphere 6.0, 6.1, Weblogic 8.1, 9.2. Feel free to post your own experiences.</p>
+        <p>Please take a look at the <a href="compatibility.html">Compatibility</a> List.
+        Feel free to post your own experiences.</p>
       </answer>
     </faq>
 
@@ -215,7 +216,7 @@
           If you want to position and size your components automatically, you
           can do this with a Tobago LayoutManager.
           If you want your header and sidebar rendered without writing duplicate
-          code, you may use JSP 2.0 tag files or Tiles/Sitemesh.
+          code, you may use JSP 2.0 tag files, Facelets or Tiles/Sitemesh.
         </p>
       </answer>
     </faq>