I have a form that will have n number of elements. Each of these elements will needs it own name.
example.
list of students is displayed on the screen with two text fields for their first and last name.
This is for a mass update page.
The only way I can thing of is to have form element like..
<text name="#student_id#-#first_name#"> <text name="#student_id#-#last_name#">
This way in my action I can parse out the student id and then update the corresponding first and last name.
Can this be done or is there a better way to do it.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

