in reply to catalyst book rockway

Looks like you forgot to load the FormBuilder plugin, but it's hard to tell without any code.


We're not surrounded, we're in a target-rich environment!

Replies are listed 'Best First'.
Re^2: catalyst book rockway
by wkittekat (Initiate) on Jan 17, 2008 at 05:28 UTC
    I have in the beginning of AddressBook/lib/AddressBook/Controller/Person.pm
    package AddressBook::Controller::Person; use strict; use warnings; use base qw( Catalyst::Controller::FormBuilder Catalyst::Controller::BindLex );
    Isn't that enough?
    do you mind, if I mail the code tar ball (44 kB) of this little Catalyst test application?