Hi,

I would like to create a Catalyst Controller which inherits from  
Catalyst::Controller::HTML::FormFu::ExtJS and Catalyst::Controller::REST.

I did it as described in Catalyst::Upgrading:

package glue::Controller::Ext::Form;

use strict;
use warnings;

use Moose;
BEGIN {
    extends
        'Catalyst::Controller::HTML::FormFu::ExtJS',
        'Catalyst::Controller::REST'
};


This is working, despite of this warning when running the App:
Subroutine glue::_loc_lang redefined 
at /usr/local/share/perl/5.8.8/Locale/Maketext/Simple.pm line 120.


I would now like to ask if there are other possible ways for multiple 
inheritence of Catalyst Controllers?
Or an idea why that messages comes up?


Greets,

Mario Minati

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to