------ art_19423_26961571.1197614132429
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I have some ERB which has two lists
like this <select name electedSurveys" multiple ultiple" size">
I have JavaScript that enables one to push one object from one list to the
other. So, now I want get all of the selected objects in the second list in
my params array. How do I do that?
I am trying in the following lines
<select name electedSurveys" multiple ultiple" size">
<%x @string rvey+x
params[:string] <option value ..... >
<%x++%>
</select>
Here I am creating a new string everytime and trying to populate the params
array with the value in the list box.
But its not working.
Any help is appreciated.
--
Regards,
M.Satyajit
------ art_19423_26961571.1197614132429--