Subject: | Instruction to disable RenderView action |
Following the instructions in the tutorial I get an error from RenderView:
Caught exception in JobMgr::Controller::Root->end
"Catalyst::Action::RenderView could not find a view to forward to."
Commenting out the default line in my controller got around this issue:
#sub end : ActionClass('RenderView') {}
Someone said that RenderView shouldn't dispatch to view if
$c->res->body() is non-empty, however, even though we do have an XML
response, it seems Catalyst still forwards to view.