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

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options