Hi
I have a struts form that contains many input fields generated using indexed properties. As a result the id of my form elements are indexprop[0].date, indexprop[1].date etc.
Does anyone have any idea how i could assign a jquery datepicker to each of these input fields?
Thanks Damien