How do I pass an entire model from one controller to another without using a redirect?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I struggled with this for quite a while, so decided to answer my own question... It's quite possible with the In Controller One:
In Controller Two:
In page.gsp
Simple as that... |
|||
