Re: [html-formfu] Re: yaml_utf8.t fails, Re: (belated notice of) HTML-FormFu 0.06001

2010-01-17 Thread David Schmidt
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

Re: [html-formfu] (belated notice of) HTML-FormFu 0.06001

2010-01-15 Thread David Schmidt
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

Re: [html-formfu] wrong err msg because of detach to another form

2009-12-02 Thread David Schmidt
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: &

Re: [html-formfu] wrong err msg because of detach to another form

2009-12-02 Thread David Schmidt
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 >> >&

[html-formfu] wrong err msg because of detach to another form

2009-12-01 Thread David Schmidt
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

Re: [html-formfu] Config with Config::Any::XML

2009-11-15 Thread David Schmidt
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: >>

Re: [html-formfu] Config with Config::Any::XML

2009-11-14 Thread David Schmidt
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

[html-formfu] Config with Config::Any::XML

2009-11-13 Thread 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::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

Re: [html-formfu] applying a filter

2009-03-19 Thread David Schmidt
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

Re: [html-formfu] applying a filter

2009-03-19 Thread David Schmidt
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

Re: [html-formfu] applying a filter

2009-03-19 Thread David Schmidt
: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

Re: [html-formfu] applying a filter

2009-03-19 Thread David Schmidt
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 > > >

Re: [html-formfu] Repeatable block will not save records

2009-01-19 Thread David Schmidt
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 >> > > >