> If you just want to show a message on the destination page,
> webhelpers.pylonslib.Flash will do that.
> 
> If you need something more elaborate, you'll have to pass the data as
> query parameters, cookies, or save it in the session (the
> pylons.session, not the SQLAlchemy Session).  Saving it in the session
> is the most convenient, and is how Flash works.
> 
> If you're trying to redisplay a form you can do something with
> @validate, htmlfill, and/or calling an alternate action method.
> 
Thanks Mike. Amazingly fast reply!

I found a link to this on the list as well, which was very useful:

http://groups.google.com/group/pylons-discuss/browse_thread/thread/a15de8d2d
69494d1/753240b52d254eda?lnk=gst&q=c+object+redirect#753240b52d254eda

Jules


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to