The problem with redirect() is that the variable I use to display the success message doesn't carry through. The problem with flash() is that if a user looks away for a few seconds (let's say the phone rings, or someone walks into the room), they miss the success message and it creates confusion as to whether the form worked. Hence my solution of displaying a message on top of a new, blank form. They're already used to looking there because of the validation error messages, and if they distracted for a few seconds, they don't miss the success message.
This worked fine before, and now with 1.0, it doesn't. Can't someone tell me why, and if there is a way for me to code a work-around? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php -~----------~----~----~----~------~----~------~--~---
