Geoffrey D. Bennett wrote:
On Mon, Sep 15, 2008 at 10:31:33AM -0400, Ronald J Kimball wrote:
Geoffrey D. Bennett wrote:
On Mon, Sep 15, 2008 at 09:31:57AM -0400, Ronald J Kimball wrote:
HTML::FormFu handles this correctly.
For a single form submission, maybe, but not for setting the "checked"
2008/9/13 Geoffrey D. Bennett <[EMAIL PROTECTED]>:
> On Mon, Aug 25, 2008 at 09:35:18AM +0100, Carl Franks wrote:
> [...]
>> > All this seems a bit excessive for what I would have thought would be
>> > a reasonably common case?
>> >
>> > I've now got:
>> >
>> > default_args:
>> > elements:
>> >
On Mon, Sep 15, 2008 at 10:31:33AM -0400, Ronald J Kimball wrote:
> Geoffrey D. Bennett wrote:
> >On Mon, Sep 15, 2008 at 09:31:57AM -0400, Ronald J Kimball wrote:
> >>HTML::FormFu handles this correctly.
> >
> >For a single form submission, maybe, but not for setting the "checked"
> >attribute cor
Thanks to Oleg Kostyuk, we've now got ru.pm and ua.pm I18N files.
Carl
___
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
All I18N error strings can contain placeholders such as [_1], [_2],
etc - this allows error messages to provide more accurate feedback.
The values used in these placeholders are set by
$constraint->localize_args() - but until now, only a couple of
constraints automatically set this.
Now, the Lengt
Thanks again Carl,
your guess is correct: I'm using auto_fieldset()
Without it everthing works as I expected.
Am 17.09.2008 um 12:24 schrieb Carl Franks:
2008/9/17 goetz <[EMAIL PROTECTED]>:
Hallo,
I trie to use get_element with no success.
The debug output is always undef.
When I use ge
2008/9/17 goetz <[EMAIL PROTECTED]>:
> Hallo,
>
> I trie to use get_element with no success.
>
> The debug output is always undef.
>
> When I use get_field or get_all_element I get the correct
> output.
>
>
> Any hint?
>
>
> Her are the details:
>
> in the config file:
>
> - type: Select
>nam
Hallo,
I trie to use get_element with no success.
The debug output is always undef.
When I use get_field or get_all_element I get the correct
output.
Any hint?
Her are the details:
in the config file:
- type: Select
name: name
label: name
in my controler:
my $test = $form->g