[html-formfu] Please help me with HTML::FormFu::Model::DBIC

Carl Franks fireartist at gmail.com
Thu Jan 28 12:05:23 GMT 2010


2010/1/28 Alex Povolotsky <tarkhil at over.ru>:
> On 01/27/10 18:55, Octavian Rasnita wrote:
>>
>> I use the following element for showing all roles in the user add form:
>>
>> <elements>
>> name roles
>> type Checkboxgroup
>> <model_config>
>> resultset Role
>> </model_config>
>> </elements>

The Checkboxgroup "name" must match the name of the DBIC relationship.
It looks like it was correct in your first mail - "roles",
hopefully changing that back, along with the new
model_config->{resultset} value, will work.

Carl



More information about the HTML-FormFu mailing list