Hi, 

in my struts form i have 2 <html:text> to insert date and time. 
i want to insert more than one object in my "Struts action" (using iteration
to display inputs in form). 
how can i name my <html:text> to dont have conflict name, and how can i
recover the values of these inputs  
in "struts action".

<tr>
<td><fmt:message key="label.date"/>:</td>
<td><html:text property="date" size="10" name="date"/> <html:errors
property="date"/></td>
</tr>
<tr>
<td><fmt:message key="label.heure"/>:</td>
<td><html:text property="heure" size="10" name="heure"/> <html:errors
property="heure"/></td>
</tr>

thanks.
-- 
View this message in context: 
http://www.nabble.com/insert-multiple-objects-in-same-form-tp16806476p16806476.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to