awesome - i put response.flash in my controller and it works!!
thx again!
On Fri, Nov 14, 2008 at 3:21 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> Two issues:
>
> 1) the current page displays response.flash, not session.flash.
> session.flash is copied into response.flash upon redirection therefore
> it should used only before calling redirect.
>
> 2) Even if you use response.flash, it must be set before
> {{=response.flash}} in layout. The best way to to set it is in the
> controller, not in the view.
>
> Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---