mfu/2010-January/002662.html and
> http://lists.scsys.co.uk/pipermail/html-formfu/2010-January/002670.html
> for more info.
>
> On Fri, 15 Jan 2010, David Schmidt wrote:
>
>> I just updated from 0.05x to 0.06001 and the following test failed
>>
>> t/bugs/yaml_utf8.t
years in a row we've had test failures because of the year
> roll-over - hopefully in future I'll remember to test this before we
> hit the end of the year!
>
> Cheers,
> Carl
>
> ___
> HTML-FormFu mailing list
> HTML-Form
What did make a difference was calling or not calling $form->process.
If I display form #2 for the first time I do not call process, thus
not having formfu check the request parameters against the form.
have a nice day everyone
david
On Wed, Dec 2, 2009 at 9:18 AM, David Schmidt wrote:
&
On Tue, Dec 1, 2009 at 10:05 PM, Ashley Pond V wrote:
> Untested but you can probably fix that by using ->go instead of
> ->detach (If you've got a recent enough version of Catalyst).
>
> On Tue, Dec 1, 2009 at 12:52 PM, David Schmidt wrote:
>> Hello
>>
>&
Hello
In my Cat App I show two forms to the User. The problem now is that
when I submitted a valid form #1 my app detaches to form #2 where
error messages are displayed according to the parameters of form #1
which are still in the request.
I've been looking in the CPAN docs but couldnt find anyth
On Sun, Nov 15, 2009 at 7:56 PM, Carl Franks wrote:
> 2009/11/14 David Schmidt :
>> No, I tried that before
>>
>> Caught exception in IdeaChallenge::Controller::Forms->show "Error
>> parsing /home/kvm/ic/trunk/IdeaChallenge/root/forms/forms/show.xml:
>>
On Fri, Nov 13, 2009 at 8:49 PM, Carl Franks wrote:
> 2009/11/13 David Schmidt :
>> Hello list,
>>
>> I am trying to configure my forms with Config::Any::XML but I cannot
>> get the correct XML syntax.
>>
>> So far I tried loading a working Config::Any::Gene
Hello list,
I am trying to configure my forms with Config::Any::XML but I cannot
get the correct XML syntax.
So far I tried loading a working Config::Any::General sample file and
compare it to my Config::Any::XML file but I just cant model anonymous
array references in XML. :)
I want XML because
password in 2 fields that should match, and
> then the password should be transformed in sha1_hex for beeing inserted
> hashed in the database.
>
> Octavian
>
> - Original Message - From: "David Schmidt"
> To: "HTML Form Creation,Rendering and Validation Fr
ed)
but I really want the transformer to work, any hints?
my $account = $c->model('myDB::Accounts')->new_result({});
$form->add_valid("password", sha1_hex($form->param('password')));
$form->model->update($account);
On Thu, Mar 19, 2009 at 4:36 PM, David
:sha1_hex can be used directly as a callback method.
>
> Octavian
>
> - Original Message - From: "David Schmidt"
> To: "HTML Form Creation,Rendering and Validation Framework"
>
> Sent: Thursday, March 19, 2009 4:43 PM
> Subject: Re: [html-formf
quot;DB::TempUser")->new_result({hash => $hash});
> $form->process;
> $form->model->update($new_user);
> }
>
> Am I doing something wrong, or the filter can't be used for what I want?
>
> Thanks.
>
> Octavian
>
>
>
b::Schema
>>> create=static dbi:SQLite:omtsweb.db
>>>
>>> then my ModelName is 'DB'?
>>
>> ___
>> HTML-FormFu mailing list
>> HTML-FormFu@lists.scsys.co.uk
>> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
>>
>
>
>
13 matches
Mail list logo