You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/06/23 07:13:50 UTC

DO NOT REPLY [Bug 3353] - Need More Flexibility Setting/Getting ActionForm Properties

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3353>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3353

Need More Flexibility Setting/Getting ActionForm Properties

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From craig.mcclanahan@sun.com  2002-06-23 05:13 -------
In Struts 1.1, the needs you have described are addressed by the new
DynaActionForm functionality (based on DynaBean APIs in commons-beanutils),
which let you declare the set of properties for your form beans in
struts-config.xml files.  If you don't need a custom reset() or validate()
method, you no longer need to write an ActionForm subclass at all.  Even if you
do, those are the only methods you have to override -- no more tedious creation
of property getter and setter methods.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>