[html-formfu] probably bug in nested forms

Carl Franks fireartist at gmail.com
Sat Nov 3 22:52:57 GMT 2007


On 03/11/2007, Mario Minati <mario.minati at googlemail.com> wrote:
>
> while reworking the DBIx::Class::HTML::FormFu::fill_formfu_values I found
> misformed nested_names:
>
> So the nested_name 'description2' gets repeated two times, probably because of
> the Multi element in the config.
>
> I'll go hunting ;-)

Found it...
In Element/Block.pm, nested_name() is being generated by
mk_inherited_accessors() - it should be mk_accessors(), so that it
doesn't pick up it's parents name.
Would you mind making the change?
Carl



More information about the HTML-FormFu mailing list