On Feb 8, 2008 2:28 PM, Andreas Marienborg <[EMAIL PROTECTED]> wrote:
> Hello.
>
> I have a DBIC-based schema, which I want to formfuify.
>
> I have migrated my form to config-files, and that seems to work
> nicely, but I am having some trouble with populating my select-boxes
> with options.
>
> I looked at the source of HTML::FormFu::Model::DBIC, and it had an
> options_from_model method, but it only returns them. Should I manually
> set them on the right element, or is there some way to automate it
> that I just haven't found?

It's called at process time (and more precisely in the post_process
method on _Group object).

Don't ask me why.


--
Zbigniew
http://perlalchemy.blogspot.com/

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

Reply via email to