Re: Problem with Date fields in struts2.1.8.1

2009-12-17 Thread Greg Lindholm
Your setter should be setVdat1s() with a capital V to match java bean standards. There has been other reports on this list of this issue. On Thu, Dec 17, 2009 at 2:26 PM, Parm Lehal wrote: > I migrated from struts2.1.6 to 2.1.8.1 and all of a sudden my date > fields don't get saved any more.  H

Re: Problem with Date fields in struts2.1.8.1

2009-12-17 Thread Parm Lehal
I migrated from struts2.1.6 to 2.1.8.1 and all of a sudden my date fields don't get saved any more. Has anyone else faced this issue? Please, help. I am using plain text field for date and using getter and setter methods in the model class to format the date. the form has Setter in the mode