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=23355>.
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=23355

DynaActionForm should have getInteger, getBoolean, etc

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2003-09-24 17:33 -------
Adding these would encourage a behavior that Struts discourages -- using
non-String data types in a form bean.  The problem with using such things is
that you can't redisplay the user input if they typed "1a3" instead of "123" in
a field backed by an "int" or a "java.lang.Integer".

You're perfectly free to define something like this in your own extension of the
fundamental DynaBean APIs for use in transfer objects.  But it does not belong
on DynaActionForm.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to