On Mon, May 14, 2012 at 9:53 AM, Jamie Jackson <
jamie...@gmail.com> wrote:
> Then, in the service (which no longer causes the above line to throw an
> error), I've got a saveFirstName function, which has a dump in it. I can't
> get that method to get called. It's like FW/1 isn't calling it, but it's not
> throwing an error, either.
Services can't output anything so unless you have an abort after the
dump (to stop the request and show debug output) you won't see it.
Also bear in mind fw.service() _queues_ the call, it doesn't happen
until the controller method is finished.
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View --
http://corfield.org/
World Singles, LLC. --
http://worldsingles.com/
"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)