Password comparison has a strange behavior.please help

2011-04-12 Thread alex zaim
hello. I'm trying to register a user but what i'm testing is validations. The problem i have is the password comparison. When i want to compare the two password fields everything gets messed-up (and it also calls an actionclass even though it's client side validation). Please see the screen shots

Re: Password comparison has a strange behavior.please help(struts2)

2011-04-12 Thread Dave Newton
Interesting. My first comment would be that client side validation doesn't support expression validations; only the following are supported as per [1]. * required validator * requiredstring validator * stringlength validator * regex validator * email validator * url validator * int validator * do

Password comparison has a strange behavior.please help(struts2)

2011-04-12 Thread alex zaim
hello. I'm trying to register a user but what i'm testing is validations. The problem i have is the password comparison. When i want to compare the two password fields everything gets messed-up (and it also calls an actionclass even though it's client side validation). Please see the screen sho