That was Moritz, not me ;-)
But html_formfu_deploy only creates a local copy of all template files and
FormFu currently uses the string renderer by default. So the TT files won't
show the whole picture, unless you set the render method to tt.
Greets,
Mario Minati
Am Montag 13 April 2009 21:
Are you looking for http://search.cpan.org/~cfranks/HTML-FormFu-0.04000/bin/html_formfu_deploy.pl
?
Am 13.04.2009 um 20:16 schrieb Manu Kaul:
Hi Mario,
Thanks for the response. But I remember there was a command you ran
of some sort that actually extracted the TT files for you for a
giv
Yes thats the one... thanks Mario!
On Mon, Apr 13, 2009 at 8:00 PM, Moritz Onken wrote:
> Are you looking for
> http://search.cpan.org/~cfranks/HTML-FormFu-0.04000/bin/html_formfu_deploy.pl
> ?
>
>
> Am 13.04.2009 um 20:16 schrieb Manu Kaul:
>
>
> Hi Mario,
>>
>> Thanks for the response. But I
Hi Mario,
Thanks for the response. But I remember there was a command you ran of some
sort that actually extracted the TT files for you for a given YAML FormFu
configuration. That way I can see exactly what the HTML for the form will
look like. So instead of saying [% form %] in my TT I can just us
Hi Manu,
you can do
my $string = "$form";
to stringify the form.
And yes, you are right, submitting the expected parameters does work.
Maybe you are willing to write jQuery connector classes, as Moritz is
currently doing for ExtJS.
Greets,
Mario Minati
Am Montag 13 April 2009 13:07:11 sc