Hi All,
I am trying to change the class attribute for my flash message by
writing this in my controller:
$this->Session->setFlash($errMsg, 'default', array('class' =>
'errormsg'));
AND I GET THE DEFAULT IN MY VIEW:
<div id="flashMessage" class="message">
My view is not cached because changing the message itself works or
using a key param works as well.
Any ideas what's wrong or how I may debug this?
Thanks,
Spence
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---