Hello Friends,I am new to Catalyst and need to implement FormBuilder.
What i am doing is:
a template called root/src/search2.tt2 with the following content;

[% META title = "Edit a person" %]
[% FormBuilder.render %]

a form script on root/forms/search.db

in controller i have the following function

sub search2 : Local Form {
        my ( $self, $c ) = @_;
        $c->stash->{template} = 'project/search2.tt2';
}

Do I need to do anything extra, i can get a page but without the form.
Pl.help.
-- 
Thanks and kind Regards,
Abhishek jain
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to