rleland 2003/08/12 22:08:33
Modified: doc/userGuide release-notes.xml
Log:
Bug 18002
Document hanges to DispatchAction and LookupDispatchAction
for specifying cancelled handler and way to generate default() method
name.
Revision Changes Path
1.29 +12 -6 jakarta-struts/doc/userGuide/release-notes.xml
Index: release-notes.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- release-notes.xml 10 Aug 2003 02:53:09 -0000 1.28
+++ release-notes.xml 13 Aug 2003 05:08:33 -0000 1.29
@@ -175,13 +175,19 @@
<p>The following new features have been added to the basic controller
framework [<code>org.apache.struts.action</code>]:</p>
<ul>
- <li>The ActionServlet now provides support for modular Struts applications and
- sports several new extension points.</li>
- <li>The new <code>ActionMessages</code> class will support a superset of
- the capabilities of <code>ActionErrors</code>, and will be useful as
- a collection of general purpose messages, not just errors.</li>
+ <li></li>
+ <li></li>
+ </ul>
+ <p><strong>Actions Package Additions</strong></p>
+ <p>The following new features have been added to the adapters between the
+ incoming HTTP request and the corresponding business logic
+ framework [<code>org.apache.struts.actions</code>]:</p>
+ <ul>
+ <li>The DispatchAction now provides default cancel handler that can be
overridden.
+ It also also possible to specify the default handler name.</li>
+ <li>The LookupDispatchAction now provides default cancel handler that can be
overridden.
+ It also also possible to specify the default handler name.</li>
</ul>
-
<p><strong>Util Package Additions</strong></p>
<p>The following new features have been added to the utility classes
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]