Srini <srinivas.nagulapalli <at> starwoodvo.com> writes: > I am trying the sample code from Daoud's Stripes book, where for a Cancel > action in an action bean (page 53!), a SimpleMessage is added to the > ActionBeanContext and RedirectResolution is called. > > It works as intended, except when I enter just single numeric character or > some text characters for "BirthDate" field, yes-invalid input, it just does > not redirect to the page intended, nor does it throw exception saying > something wrong with input data. I suspect I am missing something.
It works fine after adding @Validate annotation requiring the input to be valid date. However, when it was not there it simply failed without throwing errors. Still figuring out what the default behavior is. Thanks Srini ------------------------------------------------------------------------------ _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
