[html-formfu] Re: Patch: Catalyst::Controller::HTML::FormFu, Modification of a read-only value attempted at line 178

Oskari 'Okko' Ojala okko+formfu at frantic.com
Thu Jan 14 13:33:07 GMT 2010


On Wed, 13 Jan 2010, Carl Franks wrote:

> Which version of these modules do you have installed?...

Config::Callback is not installed. Did you mean some other module?
Catalyst is at 5.80016.
Catalyst-Controller-HTML-FormFu is at 0.06001.


The error appears to happen after

     $login_form->load_config_file('form.yaml');

when form.yaml contains:

elements:
     - type: Password
       name: password
       retain_default: true


The values of $_ in that sub are then

'elements'
'retain_default'
'1'

and then it makes the exception.

-- 
Oskari "Okko" Ojala



More information about the HTML-FormFu mailing list