search for: resultset_2

Displaying 1 result from an estimated 1 matches for "resultset_2".

Did you mean: resultset_1
2005 Dec 29
2
form_remote, getting data from submit
...iew generates the form as: <tr> <td>Question 1?</td> <td><input id="resultset_1" name="resultset[1]" size="30" type="text" /></td> </tr> <tr> <td>Question 2?</td> <td><input id="resultset_2" name="resultset[2]" size="30" type="text" /></td> </tr> etc... How can I access the array/object 'resultset' in my submit action in the survey controller? I've tried using @resultset in the 'submit' view or params[:resultset] i...