Re: insert multiple objects in same form

2008-04-24 Thread zakaria ghandour
HI, i found solution to my problem. + this is the jsp --- : jj/mm/ : hh:mm + in the ActionForm i declared -- private String date[]; private String heure[]; + in the DispatchAction i use the date[]

Re: insert multiple objects in same form

2008-04-22 Thread Laurie Harper
zakaria ghandour wrote: Hi, in my struts form i have 2 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 to dont have conflict name, and how can i recover the values of these inputs in "struts