2 Einträge, 1 Seite |
1
2
3
4
5
6
sub render : ActionClass('RenderView') { }
sub end : Private {
my ($self, $c) = @_;
$c->forward('render');
}
myapp_create.pl View TT TTSite
Couldn't forward to command "render": Invalid action or component.
2 Einträge, 1 Seite |