yes. validators work on types not strings, if they didnt then every converter would have to attempt to type convert the string and deal with conversion errors. so first we typeconvert, then run validators on the result
-igor On Thu, Mar 13, 2008 at 12:23 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > I read the update docs and at this time assume that my component's > Validator gets called AFTER the Converter. Is that correct for 1.3? > > Michael > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
