[Catalyst] FormFu / FormBuilder + Custom Actions

Matt S Trout dbix-class at trout.me.uk
Tue Aug 26 22:45:58 BST 2008


On Tue, Aug 26, 2008 at 10:30:47AM -0400, Rod Taylor wrote:
> Both FormFu and FormBuilder controller "Actions" appear to have issues
> with their special variables disappearing when using an additional
> ActionClass.

An object can't be blessed into two classes at once.

If you want to add an extra class, create an action class that inherits
from both the FormFu one and the additional one and :ActionClass that.

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/            http://www.shadowcat.co.uk/servers/



More information about the Catalyst mailing list