you are probably writing this:
<?php echo  $session->flash(); ?>

when you should be writing this:
<?php $session->flash(); ?>

On Jun 12, 6:58 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> On the past few projects I've worked on with 1.2, when I have a flash
> message that displays, there is a '1' echoing after the message. The
> HTML output is this:
>
> <div id="flashMessage" class="message">The Page saved</div>1
>
> (Notice the 1) This happens no matter what debug setting I'm using.
> What's the deal with this?
>
> Thanks in advance!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to