Regular expressions - Email Validation

2010-03-31 Thread seeking_solution
]*$/constant-value I also tried escaping special char using \. But its not working. gives error at deploy time. Please help -- View this message in context: http://old.nabble.com/Regular-expressions---Email-Validation-tp28097766p28097766.html Sent from the Struts - User mailing list archive

Re: Regular expressions - Email Validation

2010-03-31 Thread Chris Pratt
help -- View this message in context: http://old.nabble.com/Regular-expressions---Email-Validation-tp28097766p28097766.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

RE: Regular expressions - Email Validation

2010-03-31 Thread adam pinder
try amp; instead of Date: Wed, 31 Mar 2010 08:41:39 -0700 From: pankajj.j...@gmail.com To: user@struts.apache.org Subject: Regular expressions - Email Validation In struts I have regular expression for validating email like this - EMail

Re: Regular expressions - Email Validation

2010-03-31 Thread seeking_solution
this message in context: http://old.nabble.com/Regular-expressions---Email-Validation-tp28097766p28099106.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Regular expressions - Email Validation

2010-03-31 Thread Brian Thompson
])[\s]*$/constant-value I also tried escaping special char using \. But its not working. gives error at deploy time. Please help -- View this message in context: http://old.nabble.com/Regular-expressions---Email-Validation-tp28097766p28099106.html Sent from the Struts - User mailing list

Re: Regular expressions - Email Validation

2010-03-31 Thread seeking_solution
xml escape is working fine. thanks. -- View this message in context: http://old.nabble.com/Regular-expressions---Email-Validation-tp28097766p28099880.html Sent from the Struts - User mailing list archive at Nabble.com