Spring ROO Serverside validation doesn't work
- by Hussain
I have created a User domain with not null fields.
If i remove following javascript validation on submit.
Spring.addDecoration(new Spring.ValidateAllDecoration({elementId:'proceed', event:'onclick'}));
Server side validation for notNull attribute doesn't work. On save user is created without validation error.
Am I missing something over here ??