Author: vpakan(a)redhat.com
Date: 2011-02-02 03:20:56 -0500 (Wed, 02 Feb 2011)
New Revision: 28905
Modified:
trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_managed_bean.xml
trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_navigation.xml
trunk/jsf/docs/jsf_tools_tutorial/en-US/jsp_view_files.xml
trunk/jsf/docs/jsf_tools_tutorial/en-US/relevant_resources.xml
Log:
Fix typos
Modified: trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_managed_bean.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_managed_bean.xml 2011-02-02 06:16:07
UTC (rev 28904)
+++ trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_managed_bean.xml 2011-02-02 08:20:56
UTC (rev 28905)
@@ -44,7 +44,7 @@
<property>Properties</property>
</emphasis>, and <emphasis>
<property>Advanced</property>
- </emphasis>, will be displayed about it. Under the Properties
section, click the <emphasis>
+ </emphasis> will be displayed about it. Under the Properties
section, click the <emphasis>
<property>Add...</property>
</emphasis> button</para>
</listitem>
Modified: trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_navigation.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_navigation.xml 2011-02-02 06:16:07 UTC
(rev 28904)
+++ trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_navigation.xml 2011-02-02 08:20:56 UTC
(rev 28905)
@@ -22,7 +22,7 @@
<itemizedlist>
<listitem>
<para>Right-click anywhere on the diagram and select
<emphasis>
- <property>Rule...</property>
+ <property>New View...</property>
</emphasis> from the pop-up menu</para>
</listitem>
<listitem>
@@ -44,7 +44,7 @@
</listitem>
<listitem>
<para>Back on the diagram, right-click anywhere and select
<emphasis>
- <property>Rule...</property>
+ <property>New View...</property>
</emphasis> from the pop-up menu</para>
</listitem>
<listitem>
Modified: trunk/jsf/docs/jsf_tools_tutorial/en-US/jsp_view_files.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en-US/jsp_view_files.xml 2011-02-02 06:16:07 UTC
(rev 28904)
+++ trunk/jsf/docs/jsf_tools_tutorial/en-US/jsp_view_files.xml 2011-02-02 08:20:56 UTC
(rev 28905)
@@ -12,14 +12,14 @@
<title>Editing the JSP View Files</title>
<para>Now we will finish editing the JSP files for our two
"views" using
- JSP Visual Page.</para>
+ JSP Visual Page Editor.</para>
<section id="Inputname.jsp">
<title>inputname.jsp</title>
<itemizedlist>
<listitem>
<para>Click on the <emphasis>
<property>Diagram</property>
- </emphasis> tab for the configuration file editor</para>
+ </emphasis> tab of the configuration file editor</para>
</listitem>
<listitem>
<para>Open the editor for this first JSP file by
double-clicking on the <emphasis>
@@ -77,8 +77,10 @@
</emphasis> Attributes from the menu</para>
</listitem>
<listitem>
- <para>In the value field next to id, type <emphasis>
- <property>greeting</property>
+ <para>In the value field next to
+ <property>id</property>
+ , type <emphasis>
+ <property>"greeting"</property>
</emphasis> and click on the <emphasis>
<property>Close</property>
</emphasis> button</para>
@@ -107,14 +109,12 @@
</emphasis> button</para>
</listitem>
<listitem>
- <para>Back in the attributes dialog, select the
<emphasis>
- <property>Advanced</property>
- </emphasis> tab, type in <emphasis>
- <property>name</property>
+ <para>Back in the attributes dialog type in <emphasis>
+ <property>"name"</property>
</emphasis> as the value for the <emphasis
role="italic">
- <property>"id"</property>
+ <property>id</property>
</emphasis> attribute, and then click on the <emphasis>
- <property>Finish</property>
+ <property>Close</property>
</emphasis> button</para>
</listitem>
<listitem>
@@ -124,9 +124,8 @@
innermost box in the editor after the input box</para>
</listitem>
<listitem>
- <para>In the attributes dialog, click in the value field next
to the <emphasis
- role="italic">
- <property>"action"</property>
+ <para>In the attributes dialog, click in the value field next
to the <emphasis>
+ <property>action</property>
</emphasis> attribute and click on the <property>...
</property>button</para>
</listitem>
@@ -141,7 +140,7 @@
<para>Back in the attributes dialog box, type in "Say
Hello"
as the value for the value attribute ("Say
Hello") and
then click on the <emphasis>
- <property>Finish</property>
+ <property>Close</property>
</emphasis> button</para>
</listitem>
</itemizedlist>
@@ -221,7 +220,7 @@
</emphasis> node, click on the <emphasis>
<property>Ok</property>
</emphasis> button, and then click on the <emphasis>
- <property>Finish</property>
+ <property>Close</property>
</emphasis> button</para>
</listitem>
<listitem>
Modified: trunk/jsf/docs/jsf_tools_tutorial/en-US/relevant_resources.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en-US/relevant_resources.xml 2011-02-02 06:16:07 UTC
(rev 28904)
+++ trunk/jsf/docs/jsf_tools_tutorial/en-US/relevant_resources.xml 2011-02-02 08:20:56 UTC
(rev 28905)
@@ -13,7 +13,7 @@
<para>JSF on Sun: <ulink
url="http://java.sun.com/javaee/javaserverfaces/">JavaServer Faces
Technology</ulink></para>
<para>Core JSF: <ulink
url="http://www.horstmann.com/corejsf/">Core JavaServer
Faces</ulink></para>
- <para>API: <ulink
url="http://java.sun.com/javaee/javaserverfaces/1.1/docs/api/index.h...
+ <para>API: <ulink
url="http://java.sun.com/javaee/javaserverfaces/reference/api/index....
API</ulink></para>
<para>JSF Tags: <ulink
url="http://www.horstmann.com/corejsf/jsf-tags.html">JSF Core
Tags</ulink></para>