I have an Action with a date attribute private Date myDate;
public void setMyDate(Date myDate) { this.myDate = myDate; } I have a form that has a date picker (not the struts 2 date picker) that populates a text field. When I submitt the form to my action the property does not get set because Struts 2 is looking for setMyDate(String myDate). How do I tell Struts that the field is a Date? Thank you, Rich --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org