Hi,

   Iam doing validation for registration page where password &
confirmpassword fields should have the same password if not an alert msg
through javascript(validator framework) should be shown. I have validated
rest of the fields through validator framework only.

Khan


On 8/11/06, Li <[EMAIL PROTECTED]> wrote:

seems you are using your own authentication module, one thing you can
do it using javascript, or you can use form authentication, and define
login page and login error page, so if your userid or password is not
valid, login error page will showed up.

Wish it helps

Regards

On 8/11/06, Rauf Khan <[EMAIL PROTECTED]> wrote:
> Hi,
>
>    I trying to validate the fields using Validator Framework at client
side,
> Iam not able to validate the password & confirmpassword fields inorder
to
> show an alert msg if password & confirmpassword fields are not same. Can
i
> know how to handle this case.
>
> <html:password property="password"/>
> <html:password property="confirmpassword"/>
>
> Thanks in advance.
>
> Regards
> Khan
>
>


--
When we invent time, we invent death.

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


Reply via email to