Re: [Catalyst] Catalyst and Moose with "has" many_to_many

2010-11-26 Thread will trillich
Roger that, will comply. Thanks! On Fri, Nov 26, 2010 at 1:03 PM, Tomas Doran wrote: > > On 25 Nov 2010, at 21:57, will trillich wrote: > >> Right. :) These are 'inlined' within the controller that's the only place >> where they're used. E.g. >> >> package Spill::Controller::Spill; >> use Moos

Re: [Catalyst] Catalyst and Moose with "has" many_to_many

2010-11-26 Thread Tomas Doran
On 25 Nov 2010, at 21:57, will trillich wrote: Right. :) These are 'inlined' within the controller that's the only place where they're used. E.g. package Spill::Controller::Spill; use Moose; #... { package Spill::Controller::Incident::IncidentForm; use HTML::FormHandler::Moose; ex

Re: [Catalyst] Catalyst and Moose with "has" many_to_many SOLVED

2010-11-25 Thread will trillich
many-to-many interface SOLVED: Here's how we do the many-to-many interface, made brain-dead simple thanks to Moose, DBIC and FormHandler. All the heavy lifting is handled backstage, we don't need to lift a finger. We thought we'd have to do lots of mechanical drudgery, but it's all handled for me!

Re: [Catalyst] Catalyst and Moose with "has" many_to_many

2010-11-25 Thread will trillich
On Thu, Nov 25, 2010 at 1:54 PM, Tomas Doran wrote: > > On 25 Nov 2010, at 03:43, will trillich wrote: > > Greetings Catalystery: Got a new question, trying to implement a >> many_to_many >> relationship via Moose... The DBIC portion of the puzzle is >> straightforward, we've got >> that working

Re: [Catalyst] Catalyst and Moose with "has" many_to_many

2010-11-25 Thread Tomas Doran
On 25 Nov 2010, at 03:43, will trillich wrote: Greetings Catalystery: Got a new question, trying to implement a many_to_many relationship via Moose... The DBIC portion of the puzzle is straightforward, we've got that working just fine. Here's part I understand -- we have a controller that'

[Catalyst] Catalyst and Moose with "has" many_to_many

2010-11-24 Thread will trillich
Greetings Catalystery: Got a new question, trying to implement a many_to_many relationship via Moose... The DBIC portion of the puzzle is straightforward, we've got that working just fine. Here's part I understand -- we have a controller that's referring to a form: has 'form' => ( isa =>