Displaying 1 result from an estimated 1 matches for "resultset_1".
Did you mean:
resultset_2
2005 Dec 29
2
form_remote, getting data from submit
...writing a little survey application, and surveys are generated
dynamically. I use form_remote_tag and AJAX to submit the form to a
method 'submit' in my 'survey' controller.
The view 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&...