[guest - Fri Dec 30 13:53:14 2005]:
Show quoted text> printing the $form->confirm on a CDBI object that contains a has_many
> relationship returns a blank page rather than the confirmation
The problem is that a check for mapping is done, and it exists.
However, that mapping ends up being an empty array reference.
a work around is to add this to line 2374 of Class::DBI::FormBuilder
next unless $has_many->{$field}->{args}->{mapping}->[0];