When a user submits a form successfully, I would like to display my
setFlash message on a blank page.  I can redirect it to another page
and display my message their ($this->redirect('/');), but I want to
display it on a blank page to make sure that they read the message.

What I would like to do is just render the existing view, but without
displaying the form.  I tried setting autoRender to false in my
controller, but this just displays a blank page with no message and no
layout.

Is their a way to render the current view, without rendering the form
just submitted?

Thanks


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to