hi again,

i have another question about handling forms:

what if i have numerous form elements with the same name?

like so:

<input type="text" name="info"/>
<input type="text" name="info"/>
<input type="text" name="info"/>
<input type="text" name="info"/>

how is this handled?
should i implement the setInfo with a list, so each call to setInfo adds
to the list? and if so , how do i reference it again?

sincerely
morten wilken



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to