On Wed, Apr 9, 2008 at 2:57 PM, blaf <[EMAIL PROTECTED]> wrote: > > Haven't tried everything but had problem having the Flash message > appears on the next page... A session.save() in the __call__() > function fixed it.
D'oh, stupid me! I've pushed an update. Which comes back to my question yesterday, is it inefficient to call session.save() several times in an action? If so, it's difficult to have utility methods or library classes that modify the session. > I found that form tags have changed comparing to current examples... > I'm learning while I progress on my project and try to figure out how > to do things the pylon way. I'm planning to fill out the docstrings in the next few days. Yes, the APIs have been changed, hopefully improved. But we've stuck close to the original API unless there was a reason for changing. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
