[Catalyst] C::C::FormBuilder question
Jonathan Rockway
jon at jrock.us
Mon Jan 29 17:07:00 GMT 2007
Marc Logghe wrote:
> Couldn't render component "/moe/mol_3D_conv_form" - error was "Can't
> call method "render" on an undefined value ...
According to the docs, you need to call render on the package:
<% FormBuilder->render %>
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
More information about the Catalyst
mailing list