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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>