Re: [s2] conversion validator and repopulateField

2008-04-02 Thread Kevin Wade
Ok, I think I have the solution to my own problem. Since reviewdate is a date field, I was using the s:date tag in my jsp, like this: name="moviereview.reviewdate" size="12" maxlength="10"/ I gather that reviewdate can't be set properly when I use the date tag like this since what's being

[s2] conversion validator and repopulateField

2008-04-02 Thread Kevin Wade
Hello. I am having a problem getting "repopulateField" to work. In short, I have added date validation to one of my actions. In my validation xml file, I have this: true Date of Review entered is not a valid date.