I am using a multiple options select in my HTML form, when I select more than one option and use the 'GET' method in my form I see this
url?Ripples=1.3&Ripples=1.4
As you can see each selection has the same name, when I pass this to my jsp and display the variable I only get this first option which in this case is 1.3. How do I get all the selections into my java strings?