Steven Ash

Greenhorn
+ Follow
since Dec 06, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Steven Ash

Hi,

I have a form that has 2 select boxes where the multiple option is set to true. I am passing some values from the first box to the second box using javascript. This all works fine as the values transfer properly and everything.

Once I press submit I am going to an action where I try and collect the values from the second select box.

I have tried to retrieve them using:

request.getParameterValues("target")

but this always returned null.

Just to test I tried to return the values from the first box but this also returns null so I'm not sure what's going on. It collects the values from all other parameters on the form, just not for this one.

Anyone ever done this before? Know how to make it work?

Thanks
19 years ago