On Sep 16, 10:39 am, Joshua Muheim <[email protected]> wrote: > This is what I would have thought from just looking at the code, too. > But it seems that $this->flash(...) does *not* end the execution of > the action, and *that's* the problem.
flash isn't supposed to end execution. The bake templates that come with cake don't use flash, either: 1.2 http://github.com/cakephp/cakephp/blob/1.2/cake/console/libs/tasks/controller.php#L371 1.3 http://github.com/cakephp/cakephp/blob/master/cake/console/templates/default/actions/controller_actions.ctp#L117 "Is it normal?" dunno - what are you really asking; if you have permission to submit a ticket? sure - if it's against the latest release/development code :) AD 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
