Re: T5: Email Validator

2008-02-12 Thread Marcus
Hi Renat, We can use validation inside properties, on the client side. But we still can use: void onValidateFromMyEmailField(String cliente) throws ValidationException on the server side. Marcus

Re: T5: Email Validator

2008-02-12 Thread Hugo Palma
I agree. That's why i created this issue https://issues.apache.org/jira/browse/TAPESTRY-2143 Renat Zubairov wrote: > Thank you, Hugo for the help. I was also checking the T5 documentation and > found that default (recommended) way for email validation > is roll-your-own validation based on the reg

Re: T5: Email Validator

2008-02-11 Thread Renat Zubairov
Thank you, Hugo for the help. I was also checking the T5 documentation and found that default (recommended) way for email validation is roll-your-own validation based on the regular expressions that are stored inside properties. This is really, really innovative and unusual way to do that for me (a

Re: T5: Email Validator

2008-02-11 Thread Hugo Palma
This thread should help you: http://www.mail-archive.com/users@tapestry.apache.org/msg20213.html Renat Zubairov wrote: > Hello T5 users, > What is the default approach of handling email validation inside the > form/beanEditForm? > > > >

T5: Email Validator

2008-02-08 Thread Renat Zubairov
Hello T5 users, What is the default approach of handling email validation inside the form/beanEditForm? -- Best regards, Renat Zubairov