Author: ykryvinchanka
Date: 2007-11-29 13:42:18 -0500 (Thu, 29 Nov 2007)
New Revision: 5155
Modified:
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/jsf_application.xml
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/struts_application.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-326 Legacy. Review the content
Modified:
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/jsf_application.xml
===================================================================
---
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/jsf_application.xml 2007-11-29
18:23:01 UTC (rev 5154)
+++
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/jsf_application.xml 2007-11-29
18:42:18 UTC (rev 5155)
@@ -85,13 +85,14 @@
<para>If you look in the Package Explorer view you should see a
<emphasis><property>pages</property></emphasis> folder under
WebContent. Opening it
will reveal the JSP file you just created</para>
</listitem>
-<listitem><para>Back on the diagram, right-click anywhere and select
<emphasis><property>New View...</property></emphasis> from the
popup
+<listitem><para>Back on the diagram, right-click anywhere and select
<emphasis><property>New View...</property></emphasis> from the
pop-up
menu</para></listitem>
<listitem><para>In the dialog box, type
<emphasis><property>pages/greeting</property></emphasis> as the
value for From-view-id</para></listitem>
<listitem><para>Leave everything else as is</para></listitem>
<listitem><para>Click
<emphasis><property>Finish</property></emphasis></para></listitem>
</itemizedlist>
-<section id="CreatingTheTransition(NavigationRule)">
+
+ <section id="CreatingTheTransition(NavigationRule)">
<?dbhtml filename="CreatingTheTransition(NavigationRule).html"?>
<title>Creating the Transition (Navigation Rule)</title>
<itemizedlist continuation="continues">
@@ -137,7 +138,7 @@
<listitem><para>Type in
<emphasis><property>jsfHello.PersonBean</property></emphasis> for
Class and <emphasis><property>personBean</property></emphasis> for
Name. Leave
Scope as is and Generate Source Code as is (checked)</para></listitem>
<listitem><para>Click
<emphasis><property>Finish</property></emphasis></para></listitem>
- <listitem><para>personBean will now be selected and three sections of
information, <emphasis><property>Managed
+ <listitem><para>personBean will now be selected and three sections of
information: <emphasis><property>Managed
Bean</property></emphasis>,
<emphasis><property>Properties</property></emphasis>, and
<emphasis><property>Advanced</property></emphasis>, will be
displayed about it. Under the Properties
section, click the
<emphasis><property>Add...</property></emphasis>
button</para></listitem>
<listitem><para>Type in
<emphasis><property>name</property></emphasis> for Property-Name.
Leave everything else as is. (When Property-
@@ -163,7 +164,7 @@
<?dbhtml filename="EditingTheJSPViewFiles.html"?>
<title>Editing the JSP View Files</title>
-<para>Now we will finish editing the JSP files for our two
"views" using Red Hat JSP Visual Page.</para>
+<para>Now we will finish editing the JSP files for our two
"views" using JSP Visual Page.</para>
<section id="Inputname.jsp">
<title>inputname.jsp</title>
<itemizedlist continuation="continues">
@@ -182,7 +183,7 @@
</imageobject>
</mediaobject>
</figure>
-<para>Some JSF code will already be in the file because we selected a template when
creating the page.</para>
+ <para>Some JSF code is already in the file, because we have chosen a template
to create a page.</para>
<itemizedlist continuation="continues">
<listitem><para>Select the
<emphasis><property>Visual</property></emphasis> tab, so we can
work with the editor completely in its WYSIWYG
mode</para></listitem>
Modified:
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/struts_application.xml
===================================================================
---
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/struts_application.xml 2007-11-29
18:23:01 UTC (rev 5154)
+++
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/struts_application.xml 2007-11-29
18:42:18 UTC (rev 5155)
@@ -48,11 +48,11 @@
<itemizedlist continuation="continues">
<listitem><para>Bring the Web Projects view to the front of the Package
Explorer view by selecting the <emphasis><property>Web
Projects</property></emphasis> tab next to that
tab.</para></listitem>
<listitem><para>Right-click the
<emphasis><property>StrutsHello > WEB-ROOT
(WebContent)</property></emphasis> folder in the Web Projects view and select
<emphasis><property>New >
Folder...</property></emphasis></para></listitem>
- <listitem><para>Enter pages for a folder name and click
<emphasis><property>Finish</property></emphasis></para></listitem>
+ <listitem><para>Enter
<emphasis><property>pages</property></emphasis> for a folder name
and click
<emphasis><property>Finish</property></emphasis></para></listitem>
<listitem><para>We will keep our presentation files in this
folder</para></listitem>
-<listitem><para>Right-click the pages folder and select
<emphasis><property>New > JSP File...</property></emphasis>
</para></listitem>
+<listitem><para>Right-click the pages folder and select
<emphasis><property>New > Fila >
JSP...</property></emphasis> </para></listitem>
<listitem><para>For Name type in
<emphasis><property>inputname</property></emphasis> (the JSP
extension will be automatically added to the file), for Template select
<emphasis><property>StrutsForm</property></emphasis> and then
click on the <emphasis><property>Finish</property></emphasis>
button</para></listitem>
<listitem><para>Right-click the pages folder again and select
<emphasis><property>New > File >
JSP...</property></emphasis></para></listitem>
<listitem><para>For Name type in
<emphasis><property>greeting</property></emphasis>, for Template
leave as Blank, and then click on the
<emphasis><property>Finish</property></emphasis>
button</para></listitem>