husted 2003/12/30 07:39:50
Modified: doc/userGuide building_controller.xml
Log:
Add reminder regarding html:text and String properties.
Revision Changes Path
1.74 +7 -1 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_controller.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- building_controller.xml 12 Dec 2003 03:20:53 -0000 1.73
+++ building_controller.xml 30 Dec 2003 15:39:50 -0000 1.74
@@ -417,7 +417,7 @@
<section name="4.3.1 DynaActionForm Classes" href="dyna_action_form_classes">
<p>
- Maintaining a separate concrete ActionForm class for each form in your
+ Maintaining a separate concrete ActionForm class for each form in your
Struts application is time-consuming.
It is particularly frustrating when all the ActionForm does is gather
and validate simple properties that are passed along to a business
@@ -603,6 +603,12 @@
To use DynaActionForms with the Struts Validator, specify
<code>org.apache.struts.validator.ValidatorActionForm</code>
(or your subclass) as the form-bean class.
+ </p>
+
+ <p>
+ And, of course, while the DynaActionForm may support various binary types,
+ properties used with the <code>html:text</code> tag should still be
+ String properties.
</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]