Spring ROO Serverside validation doesn't work

Posted by Hussain on Stack Overflow See other posts from Stack Overflow or by Hussain
Published on 2010-04-10T09:09:07Z Indexed on 2010/04/10 9:13 UTC
Read the original article Hit count: 493

Filed under:
|
|

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 ??

© Stack Overflow or respective owner

Related posts about spring-roo

Related posts about roo