I am having two combo box value say List 1 and List 2
And user can move the items from List 1 to List 2 and vice versa.
After completing the "Move" operation the user would like to "SAVE" these changes.
At this point I need to have all the values from the List 1 and List 2 in an array.
I used request.getParameter() and this gives me the value of the selected item which is not sufficient.
I need to have all the values from both the combo box to an array and paas it to jsp page.
Can anyone help me in getting this solved :(