Author: msorokin
Date: 2009-01-08 06:43:46 -0500 (Thu, 08 Jan 2009)
New Revision: 12152
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
Log:
https://jira.jboss.org/jira/browse/RF-398
Corrected a few mistakes
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2009-01-08
11:26:13 UTC (rev 12151)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2009-01-08
11:43:46 UTC (rev 12152)
@@ -52,7 +52,7 @@
<section
id="AddingRichFaceslibrariesintotheproject">
<title>Adding RichFaces libraries into the
project</title>
- <para>Pass to the folder with unzipped earlier
RichFaces binary files
+ <para>Go to the folder with unzipped earlier
RichFaces binary files
and open <code>lib</code> folder.
This folder contains three
<code>*.jar</code> files
with API, UI and
implementation libraries. Copy that
"jars" from
@@ -156,7 +156,7 @@
<section id="Managedbean">
<title>Managed bean</title>
- <para>The "RichFaces Greeter" application
needs a managed bean. In
+ <para>The "RichFaces Greeter"
application needs a managed bean. In
project <code>JavaSource</code>
folder create a new managed
bean with name <code>user</code> in
<code>demo</code>
package and paste there the following simple
code: </para>
@@ -246,8 +246,7 @@
library declaration: </para>
<programlisting
role="XML"><![CDATA[<xmlns:a4j="http://richfaces....
<
xmlns:rich="http://richfaces.org/rich">]]></programlis...
- <para>That’s it. Run the application on server. Write
the full pass to
- <code>index.jsp</code> page
in browser:
+ <para>That’s it. Run the application on server. Point
your browser to <code>index.jsp</code>
page in browser:
<code>http://localhost:8080/Greeter/index.jsf</code>
</para>
<figure>