[Catalyst] problem with Catalyst + FormBuilder + TT2 + keepextras

Moritz Sisenop kuntau at gmail.com
Mon Feb 19 11:24:19 GMT 2007


Hello gents,

I'm trying to make Catalyst, FormBuilder, and TT2 work together.
Everything works fine, except when I use the "keepextras" option.
If I just have [% FormBuilder.render %] in my template keepextras
works fine, but if I do the form layout manually in the template,
keepextras doesn't work.

Dumping (Data::Dumper) the FormBuilder.start I get the following output:

$VAR1 = '
<!-- Generated by CGI::FormBuilder v3.0401 available from
www.formbuilder.org -->
<form action="/keeper" method="post" onsubmit="return validate(this);">';

but [% FormBuilder.start %] in my template yields this:

<!-- Generated by CGI::FormBuilder v3.0401 available from
www.formbuilder.org -->
<form action="/keeper" method="post" onsubmit="return validate(this);">

Help!
-Moritz



More information about the Catalyst mailing list