Update of /cvsroot/struts/struts-site/src/documentation/content/xdocs/strutsdialogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14567/src/documentation/content/xdocs/strutsdialogs
Modified Files:
index.xml
Log Message:
Index: index.xml
===================================================================
RCS file: /cvsroot/struts/struts-site/src/documentation/content/xdocs/strutsdialogs/index.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** index.xml 11 Sep 2005 01:46:38 -0000 1.12
--- index.xml 11 Sep 2005 02:06:31 -0000 1.13
***************
*** 89,93 ****
one action class only, which is called <em>parent action</em>. Data, submitted from a page, is handled by the parent
action. If submitted data changed resource state, the action may render a different page the next time resource
! is accessed. Read more on input submission in <strong>Event Handling section</strong>.</p>
</section>
</section>
--- 89,93 ----
one action class only, which is called <em>parent action</em>. Data, submitted from a page, is handled by the parent
action. If submitted data changed resource state, the action may render a different page the next time resource
! is accessed.</p>
</section>
</section>
***************
*** 110,116 ****
which resource to navigate to next. This approach allows to define all navigation targets in the <code>struts-config.xml</code>
file, thus having a clear representation of web application structure.</p>
-
- <p>Event handling is implemented by DialogAction, the extension of venerable DispatchAction.
- DialogAction provides other services as well, like <strong>two-phase request processing</strong>.</p>
</section>
--- 110,113 ----
***************
*** 205,209 ****
<section id="dialogaction">
! <title>DialogAction: the Jack of all trades</title>
<p><link href="dialogaction.html">DialogAction</link> is the main asset of
Struts Dialogs library.</p>
--- 202,206 ----
<section id="dialogaction">
! <title>DialogAction: Jack of all trades</title>
<p><link href="dialogaction.html">DialogAction</link> is the main asset of
Struts Dialogs library.</p>
|