RE: [OS-webwork] WW 1.3, setting multiple values for same parameter name

2003-11-13 Thread Jason Carreira
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

[OS-webwork] WW 1.3, setting multiple values for same parameter name

2003-11-13 Thread Morten
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 ---