This is the scenario:
I have layout : main.gsp
and have a page on which this layout is applied: homepage.gsp
I have a div in main.gsp where I display flash message if any.
Now,
when controller sends any flash message, its available in homepage.gsp but when layout is applied on it and page is displayed, flash message is lost.
I want flash message to be available in layout code. Again, it would be preferable if I need not add any code to homepage.gsp as there are many such pages where controller can return flash message.
How do I handle this?
Any help much appreciated.
This is the code I will used, I have tested and it work. main.gsp
Controller:
index.gsp
Note that the flash message will be displayed on top of the body or the page that will be rendered