On 8/15/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote:

I have a form with multiple checkboxes all relating to a Market.  I also
have a file input element.  I need to be able to get all the check values
back from my form in my Servlet.


In the list that you get back from the parseRequest() method, there is one
item for each element of the form that was submitted. If you have multiple
checkboxes, then you will get one item for each checkbox, regardless of
whether they have the same field name or not.

--
Martin Cooper


I ran accross the following mailing:


http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200309.mbox/[EMAIL
 PROTECTED]
And it didn't really solve my problem though I now know it is an appearnt
issue.  I am wondering if there is any follow up to this and/or what I can
do to solve my problem.

Thank you.

Gregg


Reply via email to