Re: [html-formfu] inheritance question

2009-02-25 Thread Malcolm
On Monday 23 February 2009, Carl Franks wrote: > > Though it would probably help if I got my examples the correct way > > around. > > > >package MySite::Controller::Profile; > >use parent qw(Catalyst::Controller::HTML::FormFu > > MySite::Controller::Base); works. > > > >pac

RE: [html-formfu] inheritance question

2009-02-23 Thread Byron Young
Carl Franks wrote on 2009-02-23: > 2009/2/22 Malcolm : >> On Sunday 22 February 2009, Malcolm wrote: >>> There's probably something obvious I'm completely missing, but can >>> someone explain (or point me at the right place to RTFM, as I can't >>> find it) why this works: >>> >>> package MyS

Re: [html-formfu] inheritance question

2009-02-23 Thread Carl Franks
2009/2/22 Malcolm : > On Sunday 22 February 2009, Malcolm wrote: >> There's probably something obvious I'm completely missing, but can someone >> explain (or point me at the right place to RTFM, as I can't find it) why >> this works: >> >> package MySite::Controller::Profile; >> use par

Re: [html-formfu] inheritance question

2009-02-22 Thread Malcolm
On Sunday 22 February 2009, Malcolm wrote: > There's probably something obvious I'm completely missing, but can someone > explain (or point me at the right place to RTFM, as I can't find it) why > this works: > > package MySite::Controller::Profile; > use parent qw(MySite::Controller::B