Re: [html-formfu] has_many relationship represented by a select

2009-04-30 Thread Petar Shangov
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

[html-formfu] has_many relationship represented by a select

2009-04-30 Thread Petar Shangov
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