Hi, check out the: ParamaterParser.getStrings(key)
method (notice the plural). There are a bunch of other pluralised methods (getInts etc). This will return an array of values for you. cheers, Paul Smith -----Original Message----- From: Prometeo Sandino Roman Corral [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 9:26 AM To: Turbine Users List Subject: Getting all rows from a "multiple choice" Select Hi all!: I need to get all the rows ( options ) from a multiple selection list on an HTML form (Select). I was trying with ParameterParser but it just gets ONE row (the selected row ). Is there a way to do that? I guess that I need to extend BaseValueParser, am I right? Thanks in Advance! Sandino. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
