I often write something like: def myAction{ MyActionCommand cmd -> if( cmd.hasErrors() ){ return render(status:HttpServletResponse.SC_BAD_REQUEST );
http://www.grails.org/doc/latest/ref/Constraints/validator.html I have a project where I would like users to log in with a temporary password I provide them via开发者_开发技巧 SMS message. Thus, on l
Hello I am trying to implement a simple translation list, meaning I have a values and translations to this values.
Grails validation fails after interchanging unique attribute values Hi, I am trying to create an interface where users can create some custom enumeration with translations for different languages. Fo
I have a domain class that needs to have a date after the day it is created in one of its fields. class myClass {
What is the correct way to do something like this with grails: class myDomainThing { String description
UPDATED: made some wrong assumptions about classes etc. The following occurs now when I have a \'demo\' project:
I have a master controller named Screening. I have build view workflow for this controller (e.g : create, edit, list, show).
I\'ve a domain called Modulo with some properties and a Controller with a method that create a object from model and save it, when execute save the shell show this error:
I have a restriction so there could be no more than ConfigurationHolder.config.support.reminder.web.person.max object stored.