Res: [html-formfu] Date field - changing the order of the sub fields

2008-10-03 Thread Daniel Nicoletti
Hi, this it kind of related with the discussion and as nobody yet replied on irc i'll post here. forgive me if my google foo was not that good, but i could not find a way to remove items from the date field i mean to only have year, or month and year, maybe just day. for example we just need month

[html-formfu] MultiForm

2008-09-12 Thread Daniel Nicoletti
Hi, i was asking on irc and zamolxes told me about multiform on formfu, i downloaded then the svn code put it in myapp but i think it does not work the way i would like it to work reading Carl's email¹ i would need to have a form.conf or .yml file that have both forms. This is ok depending on the w

Res: Res: [html-formfu] pt_br translation and some problens with .conf files

2008-09-08 Thread Daniel Nicoletti
Re: Res: [html-formfu] pt_br translation and some problens with .conf files 2008/9/1 Daniel Nicoletti <[EMAIL PROTECTED]>: > Dude :P i'm going to kill myself :P > if i remove use utf8 from my pt_br file > i got accents and my form.conf strings don't > get screw.. !! >

Res: Res: [html-formfu] pt_br translation and some problens with .conf files

2008-09-01 Thread Daniel Nicoletti
Dude :P i'm going to kill myself :P if i remove use utf8 from my pt_br file i got accents and my form.conf strings don't get screw.. !! nuts isn't it? - Mensagem original ---- De: Daniel Nicoletti <[EMAIL PROTECTED]> Para: "HTML Form Creation, Rendering and Valida

Res: [html-formfu] pt_br translation and some problens with .conf files

2008-09-01 Thread Daniel Nicoletti
d the perl bin on the script/server but i got another error that i couldn't find out. Cheers, Daniel. - Mensagem original De: Carl Franks <[EMAIL PROTECTED]> Para: "HTML Form Creation, Rendering and Validation Framework" Enviadas: Segunda-feira, 1 de Setembro de 2008

[html-formfu] formfu usage

2008-08-29 Thread Daniel Nicoletti
Hi, i don't know if here i where i can ask questions about how to use but anyway. I want to do a password match, i googled but could not find anything related to formfu. so i did $form->param_value('pass1') == $form->param_value('pass2') then i would like to add an error if the form is submitted

Res: [html-formfu] pt_br translation and some problens with .conf files

2008-08-29 Thread Daniel Nicoletti
: Sexta-feira, 29 de Agosto de 2008 4:49:36 Assunto: Re: [html-formfu] pt_br translation and some problens with .conf files 2008/8/28 Daniel Nicoletti <[EMAIL PROTECTED]>: >>Running a simple script with languages('pt_br') works OK for me. >>Are you sure the pt_br.pm file

Res: [html-formfu] pt_br translation and some problens with .conf files

2008-08-28 Thread Daniel Nicoletti
quot; Enviadas: Quinta-feira, 28 de Agosto de 2008 17:10:01 Assunto: Re: [html-formfu] pt_br translation and some problens with .conf files 2008/8/28 Daniel Nicoletti <[EMAIL PROTECTED]>: > btw i have two issues... i can't use > pt_br :P > > with that patch i can use a line like

Res: [html-formfu] pt_br translation and some problens with .conf files

2008-08-28 Thread Daniel Nicoletti
now if you want to have formfu to search for .conf file.. Thanks. - Mensagem original De: Carl Franks <[EMAIL PROTECTED]> Para: "HTML Form Creation, Rendering and Validation Framework" Enviadas: Quarta-feira, 27 de Agosto de 2008 16:34:03 Assunto: Re: [html-formfu]

[html-formfu] pt_br translation and some problens with .conf files

2008-08-27 Thread Daniel Nicoletti
Hi attached is the pt_br file. But i also have a problem using apache config files, mst tried to solve, but his patch end up opening the es.pm file.. line 104 on Localization: -return... +my $languages = $self->languages; +$languages = [ $languages ] unless ref($languages); +ret