Hi,
I want to display Date input field in my struts1.1 web Application's view page. Currently I am displaying 3 input drop-downboxes for Date, Month & Year. But I think this is not good idea as it requires each time I have to validate date into my action class or through javascript . But to avoid this is there any readymade tag available in
struts for diplaying date input on
JSP page ?
Please help me I am struggling with this from so long.
Thank you in advance.
Pras