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

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to