Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers

2009-04-05 Thread Mario Minati
ld you mind if we use the following in line 55: > > > >if ( $self->is_extjs_upload($c) and not length( $c->response- > > > > >body )) { > > > > I need this for my custom extension which needs a TT renderer in a > > inherited > > class of CatalystX::Cont

Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers

2009-04-05 Thread Mario Minati
gt; > > I need this for my custom extension which needs a TT renderer in a > > inherited > > class of CatalystX::Controller::ExtJS::REST. > > > > > > Greets, > > > > Mario Minati > > > > -- Weitergeleitete Nachricht -- >

Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers

2009-04-05 Thread Moritz Onken
for my custom extension which needs a TT renderer in a inherited class of CatalystX::Controller::ExtJS::REST. Greets, Mario Minati ------ Weitergeleitete Nachricht -- Betreff: Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers Datum: Samstag 04 April 2009 Von

Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers

2009-04-05 Thread Moritz Onken
geleitete Nachricht ---------- Betreff: Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers Datum: Samstag 04 April 2009 Von: Mario Minati An: "HTML Form Creation, Rendering and Validation Framework" Hi Moritz, I was also on the go since thursday, so not much time ye

Fwd: Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers

2009-04-05 Thread Mario Minati
->body )) { I need this for my custom extension which needs a TT renderer in a inherited class of CatalystX::Controller::ExtJS::REST. Greets, Mario Minati -- Weitergeleitete Nachricht -- Betreff: Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controll

Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers

2009-04-04 Thread Mario Minati
Hi Moritz, I was also on the go since thursday, so not much time yet. Am Mittwoch 01 April 2009 07:43:08 schrieb Moritz Onken: > Am 01.04.2009 um 00:50 schrieb Mario Minati: > > Hi Moritz, > > > > I like your Controller very much. > > > > Just some questions: > > > > Do you know if it can handle

Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers

2009-04-01 Thread Carl Franks
2009/4/1 Moritz Onken : > Just wanted to write some more documentation and ask Carl if I can > upload it there. Yep - please do! Just create a new directory under trunk/ Carl ___ HTML-FormFu mailing list HTML-FormFu@lists.scsys.co.uk http://lists.scsy

Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers

2009-03-31 Thread Moritz Onken
Am 01.04.2009 um 00:50 schrieb Mario Minati: Hi Moritz, I like your Controller very much. Just some questions: Do you know if it can handle uploads with the Ext ux SwfUpload? Probably no as the code of handle_uploads suggests. I have no Idea how SwfUpload works. AFAIK it allows to upload m

Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers

2009-03-31 Thread Mario Minati
Hi Moritz, I like your Controller very much. Just some questions: Do you know if it can handle uploads with the Ext ux SwfUpload? Probably no as the code of handle_uploads suggests. Line 134 is: $object = $object->$self->config->{default_rs_method}; Is that correct? It looks a bit to pe

Re: [html-formfu] Re: Multiple inheritence with FormFu Catalyst Controllers

2009-03-31 Thread Moritz Onken
Hi Mario, I wrote a Catalyst controller which might be worth looking at for you. It handles all kind of REST requests using formfu config files. For each kind of request there is an extra file. I added a few bits of documentation to it. It's currently in development for a new project I'm w