There are 3 ways:

1- Use that new flash functionality.  neat.
2- Do a session based message yourself.  I often have messages stored
in sessions mapped to a certain url, and visiting that url will
display + clear out.
3- Have the redirect have an arg like ?success=1 or &action=success


As a rundown of the options.
1. I don't know how flash works.  Mike will have to comment.
2. I prefer this, because I get a bit of control and can do custom
validation and actions by storing & retrieving info as i see fit.
3- This is honestly the most popular version - every large webapp,
social network, even sites like facebook google myspace all go for
that route.  There's no sort of sessioning or validation, it just
displays a standard 'success!' message on display.
--~--~---------~--~----~------------~-------~--~----~
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