grails chain does a redirect
Wow, should've known this, like 2 years ago...
Anyway, I call chain in many of my controllers as a way to pass a model from one controller action, to the other. I did not know that grails is actually storing the model in flash and doing a http redirect to the next action.
I should probably be using the "forward" for what I need to do.

Comments
Post new comment