http://www.perlmonks.org?node_id=995408


in reply to Re^3: Catalyst FormFu Create Data in Related Table
in thread Catalyst FormFu Create Data in Related Table

$form->model->create( {resultset => 'Author'});
gives me the same problem as
$form->model->update($author);
i.e. no data created in the address table
  • Comment on Re^4: Catalyst FormFu Create Data in Related Table