I have a quick question. I have a jsp form that has a select field that allows users to select multiple values named "Positions". When i try to use request.getParameter("Positions" I get the first value instead of a string of values like I had hoped. What is the best way to pull the values from the form and ultimately use it to update the database? Any help would be great. Thanks