--- xianwinwin <[EMAIL PROTECTED]> wrote: > yes, this works for checking the range but I wish to check the validity of > the field. meaning, I'd like to provide my error message in case the user > gave wrong input. how do I do that?
That would depend on what "wrong input" means. If the existing validators do not provide the checking you need you can create your own, register it via XML configuration, and use the @CustomValidator (I think) annotation. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]