struts2 datetimepicker multiple selections

2008-04-03 Thread zakaria ghandour
Hi, i want to know if it 's possible to allow multiple selections in same datetimepicker struts2 component? (to select more than one date) thanks -- View this message in context: http://www.nabble.com/struts2-datetimepicker-multiple-selections-tp16467478p16467478.html Sent from the Struts - Use

insert multiple objects in same form

2008-04-21 Thread zakaria ghandour
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 action". : :

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[]