--- Sgarlata Matt <[EMAIL PROTECTED]> wrote:
> Craig R. McClanahan wrote:
> > Also, if we were to add getString() and getBoolean(), we should also
> add
> > setString() and setBoolean() for the same reasons.
> 
> Hey, I know this is an old conversation, but I just realized
> 
> String[] getStringArray() and
> void setStringArray(String[] array)
> 
> might be nice too, since multiselects are used fairly often in some 
> applications (OK, in my application)

I recently added getString() and getStrings() to DynaActionForm. 
getStrings() returns a String[].  I don't think we need a setString()
method because the set() methods take Object as the value (which obviously
could be a String).

David

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


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to