Re: [html-formfu] checkbox strangeness

2008-09-17 Thread Ronald J Kimball
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"

Re: [html-formfu] checkbox strangeness

2008-09-17 Thread Carl Franks
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: >> >

Re: [html-formfu] checkbox strangeness

2008-09-17 Thread Geoffrey D. Bennett
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

[html-formfu] new Russian and Ukranian I18N files

2008-09-17 Thread Carl Franks
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

[html-formfu] error message changes + new constraints + I18N author update request

2008-09-17 Thread Carl Franks
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

Re: [html-formfu] get_element returns undef

2008-09-17 Thread goetz
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

Re: [html-formfu] get_element returns undef

2008-09-17 Thread 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 get_field or get_all_element I get the correct > output. > > > Any hint? > > > Her are the details: > > in the config file: > > - type: Select >nam

[html-formfu] get_element returns undef

2008-09-17 Thread goetz
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