husted 2002/07/07 15:03:00
Modified: doc/userGuide release-notes.xml dev_validator.xml
dev_tiles.xml
Log:
Routine updates.
Revision Changes Path
1.6 +7 -1 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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- release-notes.xml 5 Jul 2002 15:55:48 -0000 1.5
+++ release-notes.xml 7 Jul 2002 22:03:00 -0000 1.6
@@ -275,10 +275,16 @@
<li>Deprecated (Struts 0.5) configuration file format: Remove support.</li>
<li>Deprecated (Struts 0.5) methods: Remove from codebase.</li>
</ul>
+ <p><strong>Added Config Package</strong></p>
+ <ul>
+ <li>Various classes to support modular applications</li>
+ </ul>
<p><strong>Action Package Changes</strong></p>
<p>The following changes and bug fixes have occurred in the basic
controller framework (package <code>org.apache.struts.action</code>):</p>
<ul>
+ <li>ActionServlet: Added convertNull parameter to simulate the Struts 1.0
behavior when populating forms. If set to true, the numeric Java wrapper class types
(like java.lang.Integer) will default to null (rather than 0).</li>
+ <li>ActionServlet: Added "config/$foo" parameter and deprecated several others
in favor of components in the new config package. </li>
<li>ActionForms and related classes: now use a StringBuffer when responding a
toString request in order to conserve resources.</li>
<li>LookupDispatchAction: Added standard Action to help select between
internationalized buttons.</li>
<li>ActionForm class: Modified to use ActionServletWrapper rather than expose
ActionServlet.</li>
@@ -522,7 +528,7 @@
<li>getResources()</li>
<li>perform</li>
</ul>
- <p><a
href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionServlet.html">actionActionServlet</a></p>
+ <p><a
href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionServlet.html">ActionServlet</a></p>
<ul>
<li>findDataSource</li>
<li>findFormBean</li>
1.3 +9 -0 jakarta-struts/doc/userGuide/dev_validator.xml
Index: dev_validator.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/dev_validator.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dev_validator.xml 29 Jun 2002 14:12:01 -0000 1.2
+++ dev_validator.xml 7 Jul 2002 22:03:00 -0000 1.3
@@ -15,6 +15,15 @@
</section>
+<section href="tiles" name="Validator API Guide">
+
+<p>
+A concise
+<a
href="http://jakarta.apache.org/struts/api/org/apache/struts/validator/package-summary.html#package_description">Struts
Validator API Guide</a> is available to help you get started.
+</p>
+
+</section>
+
<section href="resources" name="Validator Resources">
<p><b><u>Validating Input</u></b> by David Winterfeldt and Ted Husted.
1.4 +2 -2 jakarta-struts/doc/userGuide/dev_tiles.xml
Index: dev_tiles.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/dev_tiles.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dev_tiles.xml 29 Jun 2002 03:21:02 -0000 1.3
+++ dev_tiles.xml 7 Jul 2002 22:03:00 -0000 1.4
@@ -182,8 +182,8 @@
<p>
A concise
-<a
href="http://jakarta.apache.org/struts/api/org/apache/struts/taglib/template/package-summary.html#package_description">Tiles
API Guide</a> is available to help you get started
-with the Tiles framework. [:TODO: Change link to Tiles API Guide when available.]
+<a
href="http://jakarta.apache.org/struts/api/org/apache/struts/taglib/tiles/package-summary.html">Tiles
API Guide</a> is available to help you get started
+with the Tiles framework. [:TODO: change link to #package_description when
available.]
</p>
</section>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>