Octavian,

Its just an action with attributes predefie ie:

(in your controller):
__PACKAGE__->config(
    action => {

        myaction =>
          { Chained => 'base', PathPart => q{myaction}, Args => 0, },
        });

sub myaction :Action {
        my ( $self, $c,) => @_;

..............

        }

--Hernan


2010/11/10 Octavian Rasnita <[email protected]>

> Hi,
>
> From: "Eden Cardim" <[email protected]>
> > in Controller::Artist:
> >
> > sub error_404 :Action {
>
>
> Can I find more information about the ":Action" dispatch type?
>
> Is it just a replacement for :Private? Or it is something different?
>
> Thanks.
>
> Octavian
>
>
> _______________________________________________
> List: [email protected]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/[email protected]/
> Dev site: http://dev.catalyst.perl.org/
>
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to