In your action before "return ...." you can access it in
response.flash

If your action before "redirect ...." you can access it in
session.flash

You have to do both. Alternatively, you can access response.flash in
the view, before {{extend...}}

On Dec 5, 11:56 am, Constantine Vasil <[email protected]> wrote:
> OK but I want to intercept it before actual flash is done, I want to format
> my flash code on the layout.html before flash to appear.

Reply via email to