Author: sabrashevich
Date: 2007-11-08 08:00:00 -0500 (Thu, 08 Nov 2007)
New Revision: 4784
Added:
trunk/seam/docs/reference/en/images/RADdevelopment/forwardpage.png
Modified:
trunk/seam/docs/reference/en/modules/RADdevelopmentOfSimpleJSFapplication.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-287 updated context, new screenshot
Added: trunk/seam/docs/reference/en/images/RADdevelopment/forwardpage.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/RADdevelopment/forwardpage.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/seam/docs/reference/en/modules/RADdevelopmentOfSimpleJSFapplication.xml
===================================================================
---
trunk/seam/docs/reference/en/modules/RADdevelopmentOfSimpleJSFapplication.xml 2007-11-08
12:07:21 UTC (rev 4783)
+++
trunk/seam/docs/reference/en/modules/RADdevelopmentOfSimpleJSFapplication.xml 2007-11-08
13:00:00 UTC (rev 4784)
@@ -574,8 +574,17 @@
<listitem><para>Right click <emphasis><property>WebContent
> New > JSP
File</property></emphasis></para></listitem>
<listitem><para>Type
<emphasis><property>index</property></emphasis> for name field and
choose <emphasis><property>JSPRedirect</property></emphasis> as a
template</para></listitem>
<listitem><para>Click
<emphasis><property>Finish</property></emphasis></para></listitem>
-<listitem><para>The source for this page should be like the
following:</para></listitem>
+<listitem><para>Select inputnumber.jsp file in Package Explorer, drag it to
the source view of index.jsp file and drop inside quotes of <emphasis
role="bold"><property><jsp:forward></property></emphasis>
tag. While dragging you will be shown an icon indicating the
<emphasis><property>inputnumber.jsp</property></emphasis>
page.</para></listitem>
</itemizedlist>
+<figure>
+<title>Making Forward</title>
+<mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/RADdevelopment/forwardpage.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>The final source for this page should be like the following:</para>
<programlisting role="XML"><![CDATA[<!doctype html public
"-//w3c//dtd html 4.0 transitional//en">
<html>
<body>