Re: setflash does not work

2008-02-24 Thread Daniel Hofstetter
Hi Tomka, Do you have something like $session->flash(); in your layout/view? Hope that helps, -- Daniel Hofstetter http://cakebaker.42dh.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To po

setflash does not work

2008-02-24 Thread Tomka
Hello. I'm using 1.2 beta and tried some baked code: In my controller: function view($id = null) { $this->Session->setFlash(__("Invalid Place.", true)); $this->redirect(array("action" => "index")); } debug-Level is set to 2: Configure::write('debug', 2); If i request this action in the