Re: Forms and the list of values

2006-06-08 Thread John D. Mitchell
On 6/8/06, Jerome Louvel [EMAIL PROTECTED] wrote: [...] Is there a reason this limitation was added? Wouldn't it be better to change getValues() to e.g., getValuesString() and add a ParameterList getValues (name) method? The method was renamed to subList(String name), following the List API

Re: Forms and the list of values

2006-06-08 Thread Lars Heuer
Hi John, [...] Is there a reason this limitation was added? Wouldn't it be better to change getValues() to e.g., getValuesString() and add a ParameterList getValues (name) method? If you only need read-only access to the provided parameters I can offer an alternative that also capable to