Re: PatternValidation on timestamp / RawInputPatternValidator

2008-06-05 Thread Thomas Lutz
As a "workaround" I've implemented a form validator, as this was a way to access the raw input. in case anybody is interested, find the source below. I am pretty sure, that there are others out there, that need to validate the rawinput, before any conversion is applied, and do not want to mix

PatternValidation on timestamp / RawInputPatternValidator

2008-06-05 Thread Thomas Lutz
hi list ! In my form model bean I've got an attribute of type java.sql.Timestamp. Unfortunately I've got to perform a regular expression validation on the input. Adding a PatternValidator does not work, as first the converter is called, and afterwards the validators. Within the validator int