Re: t:validateEmail - doesn't ignore white space

2007-02-18 Thread Cagatay Civici
Hi, I just committed a fix for this issue, it'll be in the 1.1.5 snapshot nightly builds starting from tomorrow. Regards, Çagatay On 2/18/07, Gerald Müllan <[EMAIL PROTECTED]> wrote: Hi, in the worst case you have to override MyFaces` EmailValidator. Should not be the biggest concern. But a

Re: t:validateEmail - doesn't ignore white space

2007-02-18 Thread Gerald Müllan
Hi, in the worst case you have to override MyFaces` EmailValidator. Should not be the biggest concern. But anyway, it should be considered by the Validator itself. cheers, Gerald On 2/16/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: it uses the jakarta commons validator stuff -M On 2/1

Re: t:validateEmail - doesn't ignore white space

2007-02-16 Thread Matthias Wessendorf
it uses the jakarta commons validator stuff -M On 2/15/07, fischman_98 <[EMAIL PROTECTED]> wrote: Is there any way to get to ignore leading and trailing spaces? It currently fails if there are spaces leading or trailing (or both) an otherwise valid email. Is javascript (I'm thinking in the

t:validateEmail - doesn't ignore white space

2007-02-15 Thread fischman_98
Is there any way to get to ignore leading and trailing spaces? It currently fails if there are spaces leading or trailing (or both) an otherwise valid email. Is javascript (I'm thinking in the onSubmit of the form) the only way to resolve this? Thanks. -- View this message in context: http: