Re: Displaying an incorrect email using email validator

2003-08-14 Thread Nagendra Kumar O V S
List Date: Monday, August 11, 2003 04:17:44 PM To: [EMAIL PROTECTED] Subject: Displaying an incorrect email using email validator Hi everyone,I currently have a JSP page with a textbox that holds email data which is to be validated using the

Re: Displaying an incorrect email using email validator

2003-08-14 Thread John Stevens
I actually did use that but nothing was being returned. All it showed was a null. From: Nagendra Kumar O V S [EMAIL PROTECTED] Reply-To: Nagendra Kumar O V S [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Displaying an incorrect email using email validator Date: Mon, 11 Aug 2003 16:45:00

Displaying an incorrect email using email validator

2003-08-14 Thread John Stevens
Hi everyone, I currently have a JSP page with a textbox that holds email data which is to be validated using the struts validator. Currently with other types of validations one can view the output the value of the textbox using the arg1 name=xxx key=${var:xxx} resource=false tag within the

email validator

2002-11-13 Thread Ricardo de Souza Moura
I am with a problem to validate email in StrutsValidator. I perceived that emails with a character - are invalidate. ex: ricardo-rj.hotmail.com.br If I try validate a field with this e-mail, it is invalidate... How can I correct this error ? Thanks !!

RE: email validator

2002-11-13 Thread Alireza Fattahi
You should write your own validation for email. -Original Message- From: Ricardo de Souza Moura [mailto:ricsouzamoura;hotmail.com] Sent: Wednesday, November 13, 2002 4:31 PM To: [EMAIL PROTECTED] Subject: email validator I am with a problem to validate email in StrutsValidator. I