Author: sabrashevich
Date: 2007-11-06 08:51:54 -0500 (Tue, 06 Nov 2007)
New Revision: 4738
Modified:
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/GettingStartedStrutsValidationExamples.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-136 fixed bugs found by QA
Modified:
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/GettingStartedStrutsValidationExamples.xml
===================================================================
---
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/GettingStartedStrutsValidationExamples.xml 2007-11-06
13:50:27 UTC (rev 4737)
+++
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/GettingStartedStrutsValidationExamples.xml 2007-11-06
13:51:54 UTC (rev 4738)
@@ -66,9 +66,9 @@
<itemizedlist continuation="continues">
<listitem><para>Double-click inputname.jsp under
<emphasis><property>StrutsHello > WEB-ROOT(WebContent) >
pages</property></emphasis> to open it for
editing</para></listitem>
<listitem><para>Find the tag near the top and hit Return to make a new line
under it</para></listitem>
- <listitem><para>In the JBoss Tools Palette view to the right, open the
HTML folder and click on the javascript tag</para></listitem>
+ <listitem><para>In the JBoss Tools Palette view to the right, open the
Struts HTML folder and click on the javascript tag</para></listitem>
<listitem><para>Back in the editor, just in front of the closing slash for
this inserted tag, hit Ctrl+Space and select "formName" from the
prompting menu</para></listitem>
-<listitem><para>Over in the Web Projects view, select GetNameForm under the
<emphasis><property>StrutsHello > Configuration > default >
struts-config.xml > form-beans</property></emphasis> node, drag it, and
drop it between the quotes in the editor</para></listitem>
+<listitem><para>Over in the Web Projects view, select GetNameForm under the
<emphasis><property>StrutsHello > Configuration > default
> struts-config.xml > form-beans</property></emphasis> node,
drag it, and drop it between the quotes in the editor</para></listitem>
<listitem><para>Modify the <emphasis
role="bold"><property><html:form></property></emphasis>
tag by inserting this attribute:</para></listitem>
</itemizedlist>
<programlisting role="XML"><![CDATA[onsubmit="return
validateGetNameForm(this)"