Just set your property type to String[] instead of String and it will
set it automatically...
> -Original Message-
> From: Morten [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2003 1:46 PM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] WW 1.3, setting mult
Hi,
Given the URL hello.action?key=aa&key=bb&key=cc is it possible
to retrieve the array {"aa", "bb", "cc"} somehow in the action
bean without resorting to manually working with the request object?
Is there support for arrays during the introspection?
Thanks,
Morten
---