Hello All,
In my
Jsp I am displaying a dropdown list of countries in each row. So the array to be passed to the Action Class should contain the values selected from this list.
I am not knowing how to pass the each value of the dropdown list as value of array element, and build the array in jsp to be passed on to the Action Class.
I appreciate any help/advice.
Thanks in advance.
Angela