I'd like to change the user information in signup/profile. In principle, I'd like to hide the State/Provence input field. So I did the following steps:
1. copied User validation from target to src folder 2. out-commented the field with name "user.address.province" in the user validator 3. copied signup.jsp to src folder and out-commented the state/provence input field The result is: * The jsp does not display the state/province input field (as wished), but when I press the signup button I still get an error message that it is a required field. Does the overlay mechanism re-introduce the field validator from the original User-validation.xml, because it is missing in my overriding file? If yes, how can I change the field validator for "user.address.province" such that it is no required field any more? Thanks for your help, Martin -- View this message in context: http://www.nabble.com/Struts2--override-user-validator-tp18444843s2369p18444843.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]