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 cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to