[Catalyst] Catalyst::Controller::DBIC::Transaction Integration

Moritz Onken onken at houseofdesign.de
Mon Mar 16 11:28:11 GMT 2009


>
>
> If any Cat dev could point me to a Cat controller that does the action
> registering correctly, so I can fix C-C-HTML-FormFu, I'd very much
> appreciate it.

Did you try to put this in C::C::HTML::FormFu?

sub _parse_Form_attr { my ( $self ) = @_; return ( ActionClass =>  
'HTML::FormFu::Action::Form' ); }

sub form : Form { }
would be the same as

sub form : ActionClass('HTML::FormFu::Action::Form') { }

and create_action() is not needed anymore.

There is a wiki entry I wrote about that:
http://dev.catalystframework.org/wiki/gettingstarted/howtos/controllerattributes

moritz




More information about the Catalyst mailing list