[html-formfu] Request advice RE FormFu and join tables

2009-04-13 Thread Dennis Daupert
Finding my way around, I thought I'd ask for advice before getting myself in too much trouble ;-) I have several sets of parent / child / join tables in which both the "parent (has many and many-to-many)" and "child (belongs to)" tables are managed separately, and only the join tables need to be u

Re: [html-formfu] Retrieving TT from FormFu

2009-04-13 Thread Mario Minati
That was Moritz, not me ;-) But html_formfu_deploy only creates a local copy of all template files and FormFu currently uses the string renderer by default. So the TT files won't show the whole picture, unless you set the render method to tt. Greets, Mario Minati Am Montag 13 April 2009 21:

Re: [html-formfu] CatalystX::Controller::ExtJS::REST tests

2009-04-13 Thread Mario Minati
Am Samstag 11 April 2009 21:48:10 schrieb Moritz Onken: > > Hi Moritz, > > > > the suite looks good so far, I just read the code and gives quite > > important > > comments ('redirect' :roll:). > > > > The suite is not meant to run automatically on make test, right? > > Maybe we have to tweak Makefi

Re: [html-formfu] Retrieving TT from FormFu

2009-04-13 Thread Moritz Onken
Are you looking for http://search.cpan.org/~cfranks/HTML-FormFu-0.04000/bin/html_formfu_deploy.pl ? Am 13.04.2009 um 20:16 schrieb Manu Kaul: Hi Mario, Thanks for the response. But I remember there was a command you ran of some sort that actually extracted the TT files for you for a giv

Re: [html-formfu] Retrieving TT from FormFu

2009-04-13 Thread Manu Kaul
Yes thats the one... thanks Mario! On Mon, Apr 13, 2009 at 8:00 PM, Moritz Onken wrote: > Are you looking for > http://search.cpan.org/~cfranks/HTML-FormFu-0.04000/bin/html_formfu_deploy.pl > ? > > > Am 13.04.2009 um 20:16 schrieb Manu Kaul: > > > Hi Mario, >> >> Thanks for the response. But I

Re: [html-formfu] Retrieving TT from FormFu

2009-04-13 Thread Manu Kaul
Hi Mario, Thanks for the response. But I remember there was a command you ran of some sort that actually extracted the TT files for you for a given YAML FormFu configuration. That way I can see exactly what the HTML for the form will look like. So instead of saying [% form %] in my TT I can just us

Re: [html-formfu] Retrieving TT from FormFu

2009-04-13 Thread Mario Minati
Hi Manu, you can do my $string = "$form"; to stringify the form. And yes, you are right, submitting the expected parameters does work. Maybe you are willing to write jQuery connector classes, as Moritz is currently doing for ExtJS. Greets, Mario Minati Am Montag 13 April 2009 13:07:11 sc

[html-formfu] Retrieving TT from FormFu

2009-04-13 Thread Manu Kaul
Hi,I was wondering if there was a way to extract the actual TT or HTML code for the form that FormFu generates internally? I ask because I am trying to use an AJAX/jQuery combination at the client side to interact with the server code. My understanding is that if the AJAX function were to submit th