Tagged Questions
4
votes
2answers
496 views
Grails client side validation
How do you (if you) manage client side validation with grails ? Do you use a plugin or do you mirror your constraints using a javascript framework ?
Cheers
2
votes
3answers
1k views
Grails Problem with custom error messages
I am currently trying to specify custom error messages in grails for the default constraints but so far all I get back is the default error message.
I know that I have to edit the ...
0
votes
1answer
879 views
Grails and AJAX: Grails form validation working using ModalBox or YUI2 Dialog?
Several Grails applications, like the one I'm writing, require a /user view and /admin view that are 'dashboards', basically the user or admin lands on that page, possibly after a successful login and ...
0
votes
2answers
117 views
Interrupting grails dynamic methods
I have one grails application.In that I have one model class named Book.
From any controller if I am calling Book.list(), Book.get(id) and some other hibernate calls like save() I want to authorize ...