RE: e-mail address validator

2005-09-28 Thread Bryon Lape
Wow, even better.  Thanks.

>
> It's a standard build in validation of the validator see
> http://struts.apache.org/userGuide/dev_validator.html
>
> Gr,
> Bram
>
> I'm looking for a regular expression or something I can plug into Struts
> 1.2 to validate e-mail addresses off of a DynaForms.  Anyone have any
> pointers?
>
> Thanks.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ##
> Dit document en de eventuele bijlagen is/zijn uitsluitend
> bestemd voor de hierboven genoemde geadresseerde(n) en
> kan/kunnen vertrouwelijke informatie bevatten. Indien u niet
> de geadresseerde bent, gelieve u zich te onthouden van
> verspreiding of vermenigvuldiging van dit bericht. Indien dit
> bericht kennelijk per vergissing naar u is verzonden, verzoeken
> wij u dit onverwijld te berichten aan [EMAIL PROTECTED] en
> dit bericht te vernietigen.
> ##
>
> -
> 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]



Re: e-mail address validator

2005-09-28 Thread Francisco - São Paulo - Brazil

What is the matter with the Struts Validator? Can't you use it? It's easy.

[EMAIL PROTECTED] escreveu:


I'm looking for a regular expression or something I can plug into Struts
1.2 to validate e-mail addresses off of a DynaForms.  Anyone have any
pointers?

Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 



--
/**/
   When you have a hammer 
Everything looks like a nail.

/**/






___ 
Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e muito mais. Instale agora! 
www.yahoo.com.br/messenger/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: e-mail address validator

2005-09-28 Thread R.Vijayaraghavan

>
> Never mind.  I found this one on an ASP.Net page:
>
> [EMAIL PROTECTED],3}

This wont verify the mailid:  [EMAIL PROTECTED]

This will. This can be made more strict by checking the length, like Bryon
has done.
(\\S+)(@)(\\S+)(\\.)(\\S+)((.)(\\S+))*

regards,
vijay.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: e-mail address validator

2005-09-27 Thread Wielemaker, Bram

It's a standard build in validation of the validator see
http://struts.apache.org/userGuide/dev_validator.html

Gr,
Bram 

I'm looking for a regular expression or something I can plug into Struts
1.2 to validate e-mail addresses off of a DynaForms.  Anyone have any
pointers?

Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

##
Dit document en de eventuele bijlagen is/zijn uitsluitend
bestemd voor de hierboven genoemde geadresseerde(n) en 
kan/kunnen vertrouwelijke informatie bevatten. Indien u niet 
de geadresseerde bent, gelieve u zich te onthouden van
verspreiding of vermenigvuldiging van dit bericht. Indien dit
bericht kennelijk per vergissing naar u is verzonden, verzoeken
wij u dit onverwijld te berichten aan [EMAIL PROTECTED] en
dit bericht te vernietigen.
## 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: e-mail address validator

2005-09-27 Thread Bryon Lape
> I'm looking for a regular expression or something I can plug into Struts
> 1.2 to validate e-mail addresses off of a DynaForms.  Anyone have any
> pointers?
>
>

Never mind.  I found this one on an ASP.Net page:

[EMAIL PROTECTED],3}

it is good enough for my needs.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]