Author: ykryvinchanka
Date: 2008-02-07 09:11:19 -0500 (Thu, 07 Feb 2008)
New Revision: 6164
Removed:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_7.png
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_6.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-235 cascading screen added + JBDS-226 scale param
in xml file
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_6.png
===================================================================
(Binary files differ)
Deleted:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_7.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
===================================================================
---
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2008-02-07
14:08:28 UTC (rev 6163)
+++
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2008-02-07
14:11:19 UTC (rev 6164)
@@ -156,21 +156,13 @@
automatically. The web.xml file editor provided by JBoss Developer Studio is
available in two modes: <property>tree</property> and
<property>source</property>.</para>
<figure>
- <title>Web.xml in Design Mode</title>
+ <title>Web.xml in Design and Source Mode</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/jsp_application/jsp_application_6.png"/>
+ <imagedata fileref="images/jsp_application/jsp_application_6.png"
scale="80"/>
</imageobject>
</mediaobject>
</figure>
- <figure>
- <title>Web.xml in Source Mode</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/jsp_application/jsp_application_7.png"/>
- </imageobject>
- </mediaobject>
- </figure>
<para>Both modes are fully synchronized. Let's add mapping to our
hello.jsp
page in web.xml file.</para>
<itemizedlist>