From: "Juan Miguel Paredes" <[EMAIL PROTECTED]>
Also, maybe you would like something as:
sub end : ActionClass('RenderView') {
$c->forward( $c->view('TT') ) unless $c->response->body; #note the unless
}
Oh, and I have also seen that with the Catalyst testing server it happends
the same as before if I do this.
If I run it with -k parameter it works fine (as before), but if I run it
with no parameters, it gives the 404 Not Found error (just like Apache
does).
Thanks.
Octavian
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/