2009/2/27 Moritz Onken <on...@houseofdesign.de>:
> Yes it's ExtJS stuff. I need hashrefs to feed a JSON encoder. I'm not sure
> yet how it should be implemented. But I think this is a good start.
>
> I attached a patch which adds the functionality to default_values(). Test
> t/form/default_values.t modified.

Do you think you'll write the new model class?
If so, I'd probably rather not also change HTML::FormFu::default_values().

btw, I prefer to try to avoid any kind of isa() logic - look instead
at methods such as:
    is_repeatable()
    is_block()
    is_field()

Cheers,
Carl

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to