On Feb 11, 2008, at 9:00 AM, Andreas Marienborg wrote:

Hey :p

If thats not possible, how can I create the form in the action by myself and still have label_loc etc just magicaly work, without duplicating too much code and config?


To reply to self:

$self->form in the controller works nicely. Might I suggest the "examples" below FormConfig etc change

my $form = HTML::FormFu->new

into

my $form = $self->form

which makes it more "correct", in terms of reusing config etc which FormConfig etc does

- andreas

_______________________________________________
HTML-FormFu mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to