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


_______________________________________________
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