Top "Grails-controller" questions

This tag is about the controllers in Grails Open Source Framework technology.

Using JSON to create an object in Groovy/Grails

I have a Groovy/Grails website that is being used to send data to Android clients via JSON. I have …

android grails groovy grails-domain-class grails-controller
Grails domain get(params.id) works in Controller.show() but not Contoller.edit()

So here's an interesting one. I've got a 2.1.1 Grails application with straigt-forward domains and controller with default scaffolding. My show() …

grails grails-controller
How do you test service or controller methods in grails 2.3

I'm just starting out with grails 2.3 and I have problems getting the unit tests to run. What I've done so …

grails grails-2.0 grails-controller
How can I use path variables in grails controller?

I have been trying to use a path variable in grails controller but I am not able to achieve it. …

grails parameters grails-controller