Displaying 1 result from an estimated 1 matches for "student_lname".
Did you mean:
student_fname
2006 Feb 02
0
Validation fails with select option list
...n lists.
<input id="student_fname" name="student[fname]" size="20" value=""
type="text">
<input id="student_mname" name="student[mname]" size="20" value=""
type="text">
<input id="student_lname" name="student[lname]" size="20" value=""
type="text">
Program:</dt><dd><select id="student_program_id"
name="student[program_id]">
<%= options_from_collection_for_select @programs, "id", "prg_...