Hi,
As far as I'm aware, according to the RFCs, '=' is not valid in email
addresses. If you do want to allow these technically illegal characters
into your email addresses then your best bet would be to use the mask
validation and specify your own regular expression for what you consider
to be a valid email address.
HTH, Bart.
Marisol Opreni wrote:
Hi!
I'm using validating email address with the Struts Valdator Framework.
An email can only have " . ", " - ", " _ ", " @ " characters.
But an "=" character isn't validated.
I'm saying. a [EMAIL PROTECTED] is VALID mail.
How can I validate this???
THANKS!
Marisol
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]