1. Rule validation questions forum.springsource.orgRule validation questions Can someone kindly solve my questions:- 1. I try to add a rule in the RuleSource. The 'domainObjectClass' supplies the Rules constructor must be the implementation class, can ... |
2. "Local" validation rule? forum.springsource.org"Local" validation rule? Hi, Sorry for returning with a new issue, but here is another problem that I'm stuck with: I'm building up for my application a number of wizards, each ... |
3. Need help with Validation Rule forum.springsource.orgI have a Bean with two depending Properties. The value-Property depends not only on the existance of the paymentType-Property but accessorily on its value. I tried the following: Code: add("amount", ifTrueElse(eq("paymentType", ... |
4. How to override validation rule's msg? forum.springsource.orgHow to override validation rule's msg? My validation.xml looks like so: Code: |