Author: mmcallis
Date: 2008-02-18 01:04:52 -0500 (Mon, 18 Feb 2008)
New Revision: 10011
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml
Log:
5.2.4. An example Apache MyFaces JSF Portlet
minor revisions, fixing my spelling errors
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml 2008-02-18
04:12:51 UTC (rev 10010)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml 2008-02-18
06:04:52 UTC (rev 10011)
@@ -1466,7 +1466,7 @@
Without the <filename>faces-config.xml</filename> file, the application
would work the same outside of the portlet as it would inside a portlet container. In this
example, a basic user bean,
<computeroutput><managed-bean-name>user</managed-bean-name></computeroutput>,
and a navigation rule are defined, which handle the submission of the original form in the
<filename>HelloWorldJSFMyFaces42Portlet/WEB-INF/jsp/index.jsp</filename>
file.
</para>
<para>
- The following is an example of the Faces Servlet section from the
HelloWorldJSFMyFaces42Portlet/WEB-INF/web.xml file:
+ The following is an example of the
<computeroutput><context-parm></computeroutput> section from the
<filename>HelloWorldJSFMyFaces42Portlet/WEB-INF/web.xml</filename> file:
</para>
<para>
<screen><![CDATA[
@@ -1477,7 +1477,7 @@
</screen>
</para>
<para>
- These extra parameters let the application server know that the portlet embeds its own
libraries. This avoids collision with the Sun JSF RI libraries bundled with JBoss AS And
JBoss EAP. For further details, refer to the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces">Ap... MyFaces page
on the JBoss Wiki</ulink>.
+ These extra parameters let the application server know that the portlet embeds its own
libraries. This avoids collision with the Sun JSF RI libraries bundled with JBoss AS And
JBoss EAP. For more information, refer to the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces">Ap... MyFaces page
on the JBoss Wiki</ulink>.
</para>
</sect3>
<sect3>