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
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".
:
:
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[]
3 matches
Mail list logo