Hi all, I'm trying to use Catalyst::Plugin::AutoCRUD but when correctly set up no actions are added to my app. After much hair pulling I found that my use of "after 'setup_components'" in my main Catalyst class was preventing setup_components in AutoCRUD from being called at all. After removing "after 'setup_components'" from my app AutoCRUD is loaded but breaks the rest of my app.
any suggestions? (I'm using CatalystX::InjectComponent in the "after 'setup_components'" method) cheers, J
_______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/