[jboss-cvs] JBossAS SVN: r95722 - projects/docs/enterprise/5.0/RichFaces/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 28 22:14:13 EDT 2009
Author: laubai
Date: 2009-10-28 22:14:13 -0400 (Wed, 28 Oct 2009)
New Revision: 95722
Modified:
projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml
Log:
Corrections to docs as per JBPAPP-2980.
Modified: projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml
===================================================================
--- projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml 2009-10-29 02:00:56 UTC (rev 95721)
+++ projects/docs/enterprise/5.0/RichFaces/en-US/Settings.xml 2009-10-29 02:14:13 UTC (rev 95722)
@@ -180,16 +180,19 @@
</table>
</para>
</section>
+ <section id="SunJSFRI">
+ <title>Sun JSF RI</title>
+ <para>
+ RichFaces works with JavaServer Faces 1.2_13 without needing to modify additional settings.
+ </para>
+
+ <!--<para>RichFaces works with implementations of JSF (JSF 1.2_12) and most JSF component libraries without needing to modify additional settings. For further information, see: <ulink url="http://java.sun.com/javaee/javaserverfaces/">java.sun.com</ulink>.
+ </para>
+
+ <para>You can find more information about <exceptionname>ViewExpiredException</exceptionname>s when you use RichFaces with JSF 1.2_12 in the <ulink url="http://wiki.jboss.org/auth/wiki//RichFacesCookbook/ViewExpiredException">RichFaces Cookbook</ulink> article.</para>-->
+ </section>
-
- <section id="SunJSFRI">
- <title>Sun JSF RI</title>
- <para>RichFaces works with implementations of JSF (JSF 1.2_12) and most JSF component libraries without needing to modify additional settings. For further information, see: <ulink url="http://java.sun.com/javaee/javaserverfaces/">java.sun.com</ulink>.
- </para>
-
- <para>You can find more information about <exceptionname>ViewExpiredException</exceptionname>s when you use RichFaces with JSF 1.2_12 in the <ulink url="http://wiki.jboss.org/auth/wiki//RichFacesCookbook/ViewExpiredException">RichFaces Cookbook</ulink> article.</para>
- </section>
- <section id="ApacheMyFaces">
+ <!--<section id="ApacheMyFaces">
<title>Apache MyFaces</title>
<para>RichFaces works with <application>Apache MyFaces</application> 1.2.5 through specific libraries like TOMAHAWK Sandbox and Trinidad. However, there are several issues to consider when you configure applications to work with MyFaces and RichFaces.</para>
<note>
@@ -202,7 +205,7 @@
</note>
<para>For more information, see: <ulink url="http://myfaces.apache.org"> http://myfaces.apache.org</ulink></para>
- </section>
+ </section>-->
<section id="FaceletsSupport">
<title>Facelets Support</title>
<para>RichFaces has high-level support for Facelets, regardless of the version used. However, some JSF frameworks (including Faces) require that their own <literal>ViewHandler</literal> be listed first in the <literal>ViewHandler</literal> chain. RichFaces also requires that its <literal>AjaxViewHandler</literal> be listed first, but because it is installed first, no settings will need to be altered. Where multiple frameworks are used without RichFaces, you can use the <literal>VIEW_HANDLERS</literal> parameter to define the order in which the <literal>ViewHandler</literal>s are used. For example:</para>
More information about the jboss-cvs-commits
mailing list