Hi, On 5/12/07, Antipin Aleksei <[EMAIL PROTECTED]> wrote: > > Is there simple way to pass "c" to redirected page? For instance I set > c.errorMsg, run redirect_to and show c.errorMsg in that page.
Turbogears does this with cookies (see tg.flash() implementation). You can do roughly the same with Pylons but this functionality is not built-in (yet). Search this ML archives, there were some code snippets . Max. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
