Re: comparing password and confirm password

2005-01-23 Thread Isteyaque Zahur
Hi Check out this link: http://www.raibledesigns.com/page/rd/20030226 thks Isteyaque On Sat, 22 Jan 2005 00:51:53 -0600, Kishore Senji <[EMAIL PROTECTED]> wrote: > Use "validWhen" and you conditional can be > > (*this* == password) to evaluate whether password2 is equal to password always > (

Re: comparing password and confirm password

2005-01-21 Thread Kishore Senji
Use "validWhen" and you conditional can be (*this* == password) to evaluate whether password2 is equal to password always ((password == null) or (*this* == password)) to evaluate whether password2 is equal to password only when password is not empty Please take a look http://struts.apache.org/use

Re: comparing password and confirm password

2005-01-21 Thread Mike Deegan
, January 21, 2005 11:10 PM Subject: comparing password and confirm password Hi, How do I validate if the user has entered password and confirm password the same? How to do this in validate.xml file? Thanks Uma - To unsubscribe, e-mail

comparing password and confirm password

2005-01-21 Thread Kalluru Uma. Maheswar
Hi, How do I validate if the user has entered password and confirm password the same? How to do this in validate.xml file? Thanks Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]