How are you setting and displaying the flash value? Consider both an instruction, so if you do something like if($this->Session->flash()); you'll get both the message and a 1 to indicate success. To set the value, use $this->Session->setFlash();. To display it, use $this- >Session->flash();.
On Jan 7, 5:40 am, Kerr <[email protected]> wrote: > Hi all, I'm experiencing a really weird issue where the $session->setFlash() > method appends a single "1" character directly after the > > generated <div> tag. I'm using an unmolested copy of CakePHP 1.2.5. > I've looked all through the source in SessionComponent, CakeSession > and SessionHelper and don't see anywhere where this could be > happening. Has anyone else experienced a similar issue?
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
