Author: mmcallis
Date: 2008-02-18 23:56:52 -0500 (Mon, 18 Feb 2008)
New Revision: 10023
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml
Log:
5.2.4. An example Apache MyFaces JSF Portlet
minor corrections/spelling
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-19
04:30:47 UTC (rev 10022)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/tutorials.xml 2008-02-19
04:56:52 UTC (rev 10023)
@@ -1468,7 +1468,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
<computeroutput><context-parm></computeroutput> section from the
<filename>HelloWorldJSFMyFaces42Portlet/WEB-INF/web.xml</filename> file:
+ The following is an example of the
<computeroutput><context-parm></computeroutput> element from the
<filename>HelloWorldJSFMyFaces42Portlet/WEB-INF/web.xml</filename> file:
</para>
<para>
<screen><![CDATA[