jmitchell 2002/10/28 22:08:15
Modified: src/share/org/apache/struts/taglib/html package.html
Log:
Update links.
Revision Changes Path
1.19 +3 -3
jakarta-struts/src/share/org/apache/struts/taglib/html/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/package.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- package.html 29 Oct 2002 04:31:07 -0000 1.18
+++ package.html 29 Oct 2002 06:08:14 -0000 1.19
@@ -85,9 +85,9 @@
</h4>
<p>The Struts <code>form</code> tag outputs a standard HTML form tag, and
-also links the input form with a JavaBean subclassed from the Struts ActionForm
-object (see <a href="../../../../../../api/index.html">Javadoc</a>
- ). Each field in the form should correspond to a property of the form's
+also links the input form with a JavaBean subclassed from the Struts
+<a href="../../action/ActionForm.html">ActionForm</a>object.
+Each field in the form should correspond to a property of the form's
bean. When a field and property correspond, the bean is first used to populate
the form, and then to store the user's input when the form is submitted
to the controller servlet.</p>
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>