commons-user  

Re: Checkbox

Martin Cooper
Fri, 13 Jul 2007 12:47:44 -0700

Each checkbox that is checked will be a separate file item in the list of
items you get from parseRequest, so you just need to walk through the list
looking for all the items with the name you need.

--
Martin Cooper


On 7/13/07, xiaofeng <[EMAIL PROTECTED]> wrote:

Hi,
Here's a problem.
How can I do something like request.getParameterValues() with FileUpload?
Need to get multiple values for a single name. (checkboxes with the same
name)
thanks

--
>_<

  • Checkbox xiaofeng
    • Re: Checkbox Martin Cooper