[html-formfu] nested_name in a Radiogroup element
Jonas Alves
jonas.alves at gmail.com
Tue Nov 20 14:45:59 GMT 2007
Hi there,
I need to set a nested_name in a radiogroup element. It's possible to do that?
If I do somethig like this:
- type: Radiogroup
nested_name: user
name: gender
options:
- [ 'm', 'Male' ]
- [ 'f', 'Female' ]
I get this error message: "cannot set nested_name at
/Library/Perl/5.8.6/HTML/FormFu/ObjectUtil.pm line 266"
Probably I need to patch Radiogroup to pass the nested_name parameter
to the Fieldset.
--
Jonas
More information about the HTML-FormFu
mailing list