2008/6/23 Ronald J Kimball <[EMAIL PROTECTED]>:
> However, if I call process() on the form before rendering it, then the date
> elements are properly rendered. The documentation says:
>
> process
>
>Arguments: [$query_object]
>
>Arguments: [\%params]
>
>Process the provided query obje
Ronald J Kimball wrote:
Since upgrading from 0.02004 to 0.03001, my date elements have been
getting rendered without the actual select fields. For example:
More info about this issue...
By setting breakpoints in the debugger, I discovered that
_add_elements() never gets called on the HTML::F
Since upgrading from 0.02004 to 0.03001, my date elements have been
getting rendered without the actual select fields. For example:
#!/usr/bin/perl
use strict;
use warnings;
use HTML::FormFu;
my $form = HTML::FormFu->new(
);
my @elements =
[{
name=> "birth_date",
label