Try this:

if($this->Note->save($this->data)) {
    $this->Session->setFlash('Your note has been updated.');
    $this->redirect('/notes/');
    exit();
}

On May 17, 4: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 [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