The Struts has built-in e-mail validation, which can
be found in the commons-validator.jar.
--- Bart Busschots <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Your regular expression on the mask would seem to be
> problem. I presume
> you want it to match words that contain no = rather
> than what you ha
Hi,
Your regular expression on the mask would seem to be problem. I presume
you want it to match words that contain no = rather than what you have
at the moment which forces ALL letters to be = which I'm sure doesn't work.
The RE you need is:
^[^=]+$
HTH, Bart.
marisol wrote:
Can anybody
2 matches
Mail list logo