Displaying 1 result from an estimated 1 matches for "student_4_last_name".
2005 Feb 05
4
Creating collections
...first_name and last_name text fields
have the index 4, like this:
<p>
First Name: <input id="student_4_first_name"
name="student[4][first_name]" size="30" type="text" value="" /> <br />
Last Name: <input id="student_4_last_name"
name="student[4][last_name]" size="30" type="text" value="" />
</p>
This means that only one set of first names and last names is actually
passed to the create method, whose output is this:
{"action"=>"new", "c...