Hi Josh,
I don't know why that wouldn't work, unless it's something to do with
the browser remembering input (do the field values actually appear in
the html source as value=?)
Anyway it might be more useful to find out why the flash isn't working.
You would only need to do this in the controller:
$this->Session->setFlash ("Your enhancement has been saved, Go on, add
another one!");
$this->redirect ($this->here);
And make sure you have this in the layout somewhere:
<?php if (isset($this->controller->Session))
$this->controller->Session->flash(); ?>
If it doesn't work it'll probably be because of some sort of session
problem that will bite eventually.
Hope you find a solution, cheers,
AD7six
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---