bject: [html-formfu] has_many relationship represented by a select
>
>
> Hi,
>
> I am using HTML::FormFu with HTML::FormFu::Model::DBIC in Catalyst.
>
> I have "articles" and "categories" tables, with each article belonging to a
> single category vi
Hi,
I am using HTML::FormFu with HTML::FormFu::Model::DBIC in Catalyst.
I have "articles" and "categories" tables, with each article belonging to a
single category via a "cat_id" field, with the respective "belongs_to" and
"has_many" relationships defined in the schema classes. In the "article