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 ------- Additional Comments From [EMAIL PROTECTED] 2003-09-23 17:43 ------- getString() and getStrings() were provided as a convenient shortcut for a specific need. I didn't add other convenience methods because there wasn't a need at the time. I'm not opposed to adding getInt() and getBoolean() but I'd rather not provide conversion methods for all types (that's what BeanUtils is for). One consideration for getInteger and getBoolean methods is whether to return the primitive type or the object. My preference is to return the primitive type (ie. int) because using Integer.intValue() is a huge pain. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
