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 browser I'm directly redirected and
don't see the flash. What's wrong here?
Thanks for answers,
Tomka
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---