HI,
i found solution to my problem.

+ this is the jsp
-------------------------------------------------------
<c:forEach var="i" items="1,2,3,4,5,6">
<tr>
<td><fmt:message key="label.date"/>:</td>
<td><html:text property="date" size="10"/></td>
<td>jj/mm/aaaa</td>
<td><fmt:message key="label.heure"/>:</td>
<td><html:text property="heure" size="10"/></td>
<td>hh:mm</td>
</tr>
</c:forEach>

+ in the ActionForm i declared
--------------------------------------
private String date[];
private String heure[];


+ in the DispatchAction i use the date[]; and heure[]; getters to recover
all values

do you think that this solution is correct

thanks



-- 
View this message in context: 
http://www.nabble.com/insert-multiple-objects-in-same-form-tp16806476p16846048.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