[html-formfu] Template::Alloy rendering

Carl Franks fireartist at gmail.com
Fri Jul 6 09:00:07 GMT 2007


On 06/07/07, Tobias Kremer <list at funkreich.de> wrote:
> Zitat von Carl Franks <fireartist at gmail.com>:
> > Hmm, any ideas on whether it'd cause other problems if we changed
> > render_class_args() such that subsequent calls /added/ values to the
> > hashref, rather than overwritting the whole thing?
>
> Can't think of any problems.

I've checked in a new 'add_render_class_args' method, which merges the
hash-refs.
So if you use Catalyst-Controller-HTML-FormFu, which uses
'render_class_args', then in your own code, you'll now have to use
'add_render_class_args'.
I'm getting this error instead:

> undef error - undef error - Not an ARRAY reference at
> /usr/local/share/perl/5.8.8/Template/Alloy.pm line 777.

I don't think it's the core formfu templates causing that, so you'll
just have to get debugging ;)

Carl



More information about the HTML-FormFu mailing list