Re: comparing in validation.xml file

2009-12-02 Thread Greg Lindholm
If you look at the Validation Guide [1] you will find a link at the bottom for WebWork Validation [2] which shows this example for comparing passwords. user.password.equals(user.confirmPassword) [1] http://struts.apache.org/2.x/d

comparing in validation.xml file

2009-12-01 Thread Nguyen Xuan Son
dear all in C0003_ChangePasswordAction-validation.xml i would like to compare the new password and the retype new password in order to identify whether they are the same or not however so far i only know to validate the specified field only, such as true error true error true error