Thanks Olle.
What I had was:
<?php if($session->check(' Message.flash')) $session->flash(); ?>
I have now changed it to:
<?php echo $session->flash(); ?>
This works on my login page that has been routed to show up as the very
first page of my domain.
All other pages like edit, view and delete are scaffolded pages and the
flash messages still dont show up like they did before i used my own
layout file and css! Is this common when moving from the default
layout/css setup?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---