I´m developing a Java EE application and I’m using Struts.
When I use html tags like
<input size="10px" id="start_date" name="start_date" type="text">
into my form, the ValidateError method (located in the FormBean class) doesn’t maintain these dates after the error advise, returning and empty form.
I need to use this html tags rather than <forms:calendar...> (Struts tags) because we are using jQuery framework to improve the appearance.
Options :