[html-formfu] FormFu::Model subclassing
Moritz Onken
onken at houseofdesign.de
Mon Aug 24 12:11:48 GMT 2009
>>
>> And lastly ;) create() is calling $form->render() - this shouldn't be
>> necessary - and really shouldn't be happening in a method that
>> should
>> just be processing user-submitted data.
Hi Carl,
I fixed HashRef to process data from $form->input if the form was
submitted.
However, create still calls $form->render. You can see the tests fail
if you remove the render call since it is necessary for compound fields
to populate the value properly.
cheers,
moritz
More information about the HTML-FormFu
mailing list