Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSTL and request.getParameterValues("");

843836Oct 27 2004 — edited Oct 27 2004
Hi

I was wondering if there was someone out there who could help me with a problem. I have a jsp page that uses JSTL tags to display a list. Each item in the list is a checkbox with a value.

The user can select multiple checkboxes. The problem I'm having is using the
request.getParameterValues("");
to get the values. The following displays the <input> tag that I'm using:
<input name="<c:out value="${entry.fullTreeAddress}"/>" type="checkbox" class="checkbox" value="checkbox"/>
Is there anyway to use request.getParameterValues() to get the values?

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 24 2004
Added on Oct 27 2004
5 comments
450 views