I am facing a lot of problems here in my jsp page. What tag I should use to get a date (yyyy-MM-dd) from user and store it in a Date property of a Struts2 action ?
The property in my action is declared to be of java.util.Date. I want the input from jsp page to land in this property.
please help.
I get Invalid field error (in JSP) if is use a s:textfield tag to manyally enter a date in the right format.