I want a link to open up another view in my webapp to display information about the specified object. What is the best way to pass objects between controllers actions in grail?
Actions can be chained using the chain controller method.
Chaining allows the model to be retained from one action to the next.
2.1m questions
2.1m answers
60 comments
57.0k users