Seems like instead of manipulating the field before it is validated you should be validating against a regular expression. Less work for you. I can't remember off the top of my head though if there is a regex validator. I'll take a look.
Gregg On 5/10/05, Nathan Lai <[EMAIL PROTECTED]> wrote: > > In Tapestry, how can I pre-process the value of a valid field before it > is validated? For instance, I want to filter out all non-alplanumeric > symbols in a string that is supposed to contain only alphanumeric > characters. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
