Author: afedosik
Date: 2007-07-07 08:00:19 -0400 (Sat, 07 Jul 2007)
New Revision: 2353
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedStrutsValidationExamples.xml
Log:
bug fixed
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedStrutsValidationExamples.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedStrutsValidationExamples.xml 2007-07-07
11:38:20 UTC (rev 2352)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedStrutsValidationExamples.xml 2007-07-07
12:00:19 UTC (rev 2353)
@@ -74,7 +74,7 @@
<para>you don't actually have to do any of the script coding. The
Validation Framework handles this.</para>
<para>To see how this works in our application, you'll just need to make a
couple of modifications to one of the JSP files.</para>
<itemizedlist continuation="continues">
-<listitem><para>Double-click inputname.jsp under
<emphasis>StrutsHello/WEB-ROOT(WebContent)/pages to open it for
editing.</para></listitem>
+<listitem><para>Double-click inputname.jsp under
<emphasis>StrutsHello/WEB-ROOT(WebContent)/pages</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 Red Hat Palette view to the right, open the 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>