I have declared 'Date[] holidayDate;' in my command object.
And I have different date input s from jsp page, and I have to assign these values to Date[]. how to do it, and how to display back. please let me know
I have declared 'Date[] holidayDate;' in my command object.
And I have different date input s from jsp page, and I have to assign these values to Date[]. how to do it, and how to display back. please let me know
This is covered quite extensively on this forum, do a search for "bind array" for example.
You can also read this http://forum.springframework.org/showthread.php?t=17646
Last edited by robyn; May 14th, 2006 at 10:18 AM.