Author: mcaspers
Date: 2011-01-16 20:12:23 -0500 (Sun, 16 Jan 2011)
New Revision: 28270
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_10.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_14.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_15.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_16.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_17.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_19.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_20.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_21.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_23.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_3.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_4.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_5.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_6.png
trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
Log:
general Updates
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_10.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_14.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_15.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_16.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_17.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_19.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_20.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_21.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_23.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_3.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_4.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_5.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/rad_jsf_application/rad_jsf_application_6.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
===================================================================
---
trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml 2011-01-15
20:24:11 UTC (rev 28269)
+++
trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml 2011-01-17
01:12:23 UTC (rev 28270)
@@ -712,16 +712,11 @@
completely in its WYSIWYG mode</para>
</listitem>
<listitem>
- <para>Click on <emphasis>
- <property>outputText</property>,
</emphasis> drag the cursor over to the
- editor, and drop it inside the blue box in the
editor</para>
+ <para>Click the <emphasis><property>outputText</property>
item from the <guilabel>JSF HTML</guilabel> group in the <guilabel>JBoss
Tools Palette</guilabel> view, </emphasis> drag the cursor over to the editor,
and drop it inside the blue box in the editor</para>
</listitem>
<listitem>
- <para>Select <emphasis>
- <property>value</property>
- </emphasis> and click on this line below "value"
- header</para>
+ <para>Select <emphasis> the second column in the
<property>value</property> row.</para>
</listitem>
<listitem>
<para>Click <property>...</property> button next to the value
field</para>
@@ -746,9 +741,7 @@
<listitem>
<para>Select <emphasis>
<property>how_to_play</property>
- </emphasis> value and click <emphasis>
- <property>Ok</property>. </emphasis> Then
click <emphasis>
- <property>Finish</property>
+ </emphasis> value and click the <guibutton>OK</guibutton>. Then
click the <guibutton>Finish</guibutton> button.
</emphasis>
<figure>
<title>Selecting Value</title>
@@ -937,7 +930,7 @@
</listitem>
<listitem>
<para>Type <emphasis>
- <property>NumberBean.checkGuess</property>
+ <property>#{NumberBean.checkGuess}</property>
</emphasis> in text field</para>
</listitem>
<listitem>
@@ -957,30 +950,31 @@
</listitem>
</itemizedlist>
<para>inputnumber.jsp page should look like this:</para>
- <programlisting role="XML"><![CDATA[<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f" %>
-<f:loadBundle basename="game.messages" var="msg" />
+ <programlisting role="XML"><![CDATA[<%@ page
language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
+<%@ taglib prefix="f"
uri="http://java.sun.com/jsf/core"%>
+<%@ taglib prefix="h"
uri="http://java.sun.com/jsf/html"%>
+<f:loadBundle basename="game.messages" var="msg"/>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
-<head>
-<title></title>
-</head>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
+ <title>Insert title here</title>
+ </head>
<body>
<f:view>
<h:form id="inputNumbers">
- <h:outputText value="#{msg.how_to_play}" />
- <br />
+ <h:outputText value="#{msg.how_to_play}"/>
+ <br/>
<h:messages style="color: blue" />
- <br />
- <h:inputText value="#{NumberBean.userNumber}" id="userNumber"
- required="true">
+ <br/>
+ <h:inputText id="userNumber" required="true"
value="#{NumberBean.userNumber}">
<f:validateLongRange minimum="0" maximum="100" />
</h:inputText>
- <br />
- <br />
- <h:commandButton value="#{msg.makeguess_button}"
- action="#{NumberBean.checkGuess}" />
+ <br/>
+ <br/>
+ <h:commandButton action="#{NumberBean.checkGuess}"
value="#{msg.makeguess_button}"/>
</h:form>
- </f:view>
+ </f:view>
</body>
</html>
]]></programlisting>
@@ -1062,20 +1056,13 @@
</para>
</listitem>
<listitem>
- <para>Type <emphasis>
- <property>index</property>
- </emphasis> for name field and choose <emphasis>
- <property>JSPRedirect</property>
- </emphasis> as a template</para>
+ <para>Type
<emphasis><property>index</property></emphasis> for name field and
click the <guibutton>Next</guibutton> button.
</listitem>
<listitem>
- <para>Click <emphasis>
- <property>Finish</property>
- </emphasis>
- </para>
+ <para>Untick the <guilabel>Use JSP Template</guilabel> check box
and click the <guibutton>Finish</guibutton> button.</para>
</listitem>
<listitem>
- <para>The source for this page should be like the following:</para>
+ <para>Edit the source of the file so it looks like the following:</para>
</listitem>
</itemizedlist>
<programlisting role="XML"><![CDATA[<!doctype html public
"-//w3c//dtd html 4.0 transitional//en">