Author: chukhutsina
Date: 2009-05-27 11:44:49 -0400 (Wed, 27 May 2009)
New Revision: 15564
Modified:
trunk/struts/docs/struts_tools_tutorial/en/images/struts_validation/struts_validation_1.png
trunk/struts/docs/struts_tools_tutorial/en/modules/struts_application.xml
trunk/struts/docs/struts_tools_tutorial/en/modules/struts_validation.xml
Log:
<html><head><meta name="qrichtext" content="1"
/></head><body style="font-size:9pt;font-family:Sans Serif">
<
p>https://jira.jboss.org/jira/browse/JBDS-725 -Removed seam runtime warning. Seam
guide, 9.1. General Preferences section was updated with the new info about the warnings
shown while deleting a runtime that is in use.</p>
</body></html>
Modified:
trunk/struts/docs/struts_tools_tutorial/en/images/struts_validation/struts_validation_1.png
===================================================================
(Binary files differ)
Modified: trunk/struts/docs/struts_tools_tutorial/en/modules/struts_application.xml
===================================================================
--- trunk/struts/docs/struts_tools_tutorial/en/modules/struts_application.xml 2009-05-27
15:43:26 UTC (rev 15563)
+++ trunk/struts/docs/struts_tools_tutorial/en/modules/struts_application.xml 2009-05-27
15:44:49 UTC (rev 15564)
@@ -255,19 +255,15 @@
<property>inputname.jsp</property></emphasis> page to
the action.</para>
<itemizedlist>
<listitem>
- <para>On the left-hand side of the diagram in the column of
icons, click on this
- icon:</para>
+ <para>On the left-hand side of the diagram in the column of
icons, click on the Create New Connection
+ icon( <inlinemediaobject>
+ <imageobject>
+ <imagedata
fileref="images/struts_application/struts_application_1.png"/>
+ </imageobject>
+ </inlinemediaobject>).</para>
</listitem>
</itemizedlist>
- <figure>
- <title>Create New Connection Icon</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/struts_application/struts_application_1.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist>
+ <itemizedlist>
<listitem>
<para>In the connect-the-components mode you are in now, click
on the <emphasis>
<property>/pages/inputname.jsp</property>
@@ -283,18 +279,16 @@
<para>Next, we are going to create a forward for the
action.</para>
<itemizedlist>
<listitem>
- <para>On the left-hand side of the diagram in the column of
icons, click on this
- icon, again:</para>
+ <para>On the left-hand side of the diagram in the column of
icons, click on
+ the Create New Connection
+ icon( <inlinemediaobject>
+ <imageobject>
+ <imagedata
fileref="images/struts_application/struts_application_1.png"/>
+ </imageobject>
+ </inlinemediaobject>), again.</para>
</listitem>
</itemizedlist>
- <figure>
- <title>Create New Connection Icon</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/struts_application/struts_application_1.png"/>
- </imageobject>
- </mediaobject>
- </figure>
+
<itemizedlist>
<listitem>
<para>Click on the <emphasis>
Modified: trunk/struts/docs/struts_tools_tutorial/en/modules/struts_validation.xml
===================================================================
--- trunk/struts/docs/struts_tools_tutorial/en/modules/struts_validation.xml 2009-05-27
15:43:26 UTC (rev 15563)
+++ trunk/struts/docs/struts_tools_tutorial/en/modules/struts_validation.xml 2009-05-27
15:44:49 UTC (rev 15564)
@@ -116,16 +116,11 @@
<itemizedlist>
<listitem><para>Select<emphasis><property> File > Save
</property></emphasis>from the menu bar</para></listitem>
<listitem><para>Start JBoss Application Server by clicking on its icon (a
right-pointing arrow) in the toolbar</para></listitem>
-<listitem><para>Click the Run icon or right click your project folder and
select <emphasis><property>Run As > Run on
Server</property></emphasis></para></listitem>
+ <listitem><para>Click the Run icon(<inlinemediaobject>
<imageobject>
+ <imagedata
fileref="images/struts_validation/struts_validation_1.png"/>
+ </imageobject></inlinemediaobject>) or right click your project folder
and select <emphasis><property>Run As > Run on
Server</property></emphasis></para></listitem>
</itemizedlist>
-<figure>
- <title>Run Icon</title>
-<mediaobject>
- <imageobject>
- <imagedata
fileref="images/struts_validation/struts_validation_1.png"/>
- </imageobject>
-</mediaobject>
-</figure>
+
<itemizedlist><listitem><para>In the browser window, click on the
"Say Hello!" button without having entered any name in the
form</para></listitem></itemizedlist>
<para>A JavaScript error message should be displayed in an alert box.</para>
</section>