Are you in production mode or development mode?  Flash will only
forward you if you've set your site to production in app/config/
core.php (change the line that reads define('DEBUG', 1); to
define('DEBUG', 0);).





On May 17, 3:48 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> hi,
>
> Newbee to cake.
>
> I am using flash, biut it doesnt seem to directing me to the url i
> give.
>
> Was trying a tutorail page, and gave something like
>
> if($this->Note->save($this->data['Note']))
>        {
>             $this->flash('Your note has been updated.','/notes/');
>        }
>
> in edit function in NotesController.
>
> I am ablte to accesshttp://localhost/cake/notesas such.. but after i
> edit one of the notes its not redirecting me to the new url.
>
> I tried giving even time in flash method. No success.
>
> Any pointers???


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