Re: [html-formfu] handling repeatable on the javascript side

2009-05-21 Thread Carl Franks
2009/5/21 Mario Minati : > > It's finally done and working. > > I tested the new code successfully against > - HTML-FormFu > - HTML-FormFu-Model-DBIC > - Catalyst-Controller-HTML-FormFu > - HTML-FormFu-ExtJS > - CatalystX-Controller-ExtJS That's great - thanks! Carl _

Re: [html-formfu] handling repeatable on the javascript side

2009-05-21 Thread Mario Minati
Am Donnerstag 21 Mai 2009 09:25:13 schrieb Carl Franks: > 2009/5/21 Mario Minati : > > Am Mittwoch 20 Mai 2009 23:19:18 schrieb Carl Franks: > >> 2009/5/19 Mario Minati : > >> > I just got my branch to pass the test suite successfully, so I > >> > consider this job as finished. > >> > >> Hi Mario -

Re: [html-formfu] handling repeatable on the javascript side

2009-05-21 Thread Carl Franks
2009/5/21 Mario Minati : > Am Mittwoch 20 Mai 2009 23:19:18 schrieb Carl Franks: >> 2009/5/19 Mario Minati : >> > I just got my branch to pass the test suite successfully, so I consider >> > this job as finished. >> >> Hi Mario - sounds cool! >> As long as all tests pass, and back-compatibility isn

Re: [html-formfu] handling repeatable on the javascript side

2009-05-20 Thread Mario Minati
Am Mittwoch 20 Mai 2009 23:19:18 schrieb Carl Franks: > 2009/5/19 Mario Minati : > > I just got my branch to pass the test suite successfully, so I consider > > this job as finished. > > Hi Mario - sounds cool! > As long as all tests pass, and back-compatibility isn't affected, feel > free to commi

Re: Re: [html-formfu] handling repeatable on the javascript side

2009-05-20 Thread Carl Franks
2009/5/19 Mario Minati : > > I just got my branch to pass the test suite successfully, so I consider this > job as finished. Hi Mario - sounds cool! As long as all tests pass, and back-compatibility isn't affected, feel free to commit to trunk! Cheers, Carl __

Fwd: Re: [html-formfu] handling repeatable on the javascript side

2009-05-19 Thread Mario Minati
Am Sonntag 26 April 2009 12:49:54 schriebe Mario Minati: > Am Sonntag 26 April 2009 10:09:27 schrieb Carl Franks: > > 2009/4/25 Mario Minati : > > >> Hi Carl, > > >> > > >> is a Repeatable without a nested name possible, maybe for radios or > > >> checkboxes? > > > > > > Actually I found this probl

Re: [html-formfu] handling repeatable on the javascript side

2009-04-26 Thread Mario Minati
Am Sonntag 26 April 2009 10:09:27 schrieb Carl Franks: > 2009/4/25 Mario Minati : > >> Hi Carl, > >> > >> is a Repeatable without a nested name possible, maybe for radios or > >> checkboxes? > > > > Actually I found this problem in 't/elements/block_repeatable_inc.yml'. > > The old implementation p

Re: [html-formfu] handling repeatable on the javascript side

2009-04-26 Thread Mario Minati
Hi Moritz, do you mean to replace the current implementation of creating nested field names? Greets, Mario Am Sonntag 26 April 2009 12:10:15 schrieb Moritz Onken: > Hi Carl, > > do you know Hash::Flatten? I use this in Model::HashRef to convert the > form data to a hash. I thought this might b

Re: [html-formfu] handling repeatable on the javascript side

2009-04-26 Thread Moritz Onken
Hi Carl, do you know Hash::Flatten? I use this in Model::HashRef to convert the form data to a hash. I thought this might be a good thing for your naming scheme too. It could convert a hash with arrayrefs to the fieldnames. One thing to workaround though is that Hash::Flatten starts with

Re: [html-formfu] handling repeatable on the javascript side

2009-04-26 Thread Carl Franks
2009/4/25 Mario Minati : >> Hi Carl, >> >> is a Repeatable without a nested name possible, maybe for radios or >> checkboxes? > > Actually I found this problem in 't/elements/block_repeatable_inc.yml'. > The old implementation produced: > > > > > > > > > > > > > > > > > > > > >

Re: [html-formfu] handling repeatable on the javascript side

2009-04-25 Thread Mario Minati
Am Samstag 25 April 2009 10:38:47 schrieben Sie: > Am Mittwoch 22 April 2009 08:50:16 schrieb Carl Franks: > > 2009/4/21 Mario Minati : > > > Am Dienstag 21 April 2009 14:37:43 schrieb Carl Franks: > > >> 2009/4/21 Mario Minati : > > >> > Hi, > > >> > > > >> > I'm just working on the implementation

Re: [html-formfu] handling repeatable on the javascript side

2009-04-25 Thread Mario Minati
Am Mittwoch 22 April 2009 08:50:16 schrieb Carl Franks: > 2009/4/21 Mario Minati : > > Am Dienstag 21 April 2009 14:37:43 schrieb Carl Franks: > >> 2009/4/21 Mario Minati : > >> > Hi, > >> > > >> > I'm just working on the implementation of client side repeatable > >> > elements for ExtJS. > >> > >

Re: [html-formfu] handling repeatable on the javascript side

2009-04-21 Thread Carl Franks
2009/4/21 Mario Minati : > Am Dienstag 21 April 2009 14:37:43 schrieb Carl Franks: >> 2009/4/21 Mario Minati : >> > Hi, >> > >> > I'm just working on the implementation of client side repeatable elements >> > for ExtJS. >> > >> > What I stumbled about are more complex forms with repeatable repeatab

Re: [html-formfu] handling repeatable on the javascript side

2009-04-21 Thread Mario Minati
Am Dienstag 21 April 2009 14:37:43 schrieb Carl Franks: > 2009/4/21 Mario Minati : > > Hi, > > > > I'm just working on the implementation of client side repeatable elements > > for ExtJS. > > > > What I stumbled about are more complex forms with repeatable repeatables > > or nested repeatable or re

Re: [html-formfu] handling repeatable on the javascript side

2009-04-21 Thread Carl Franks
2009/4/21 Mario Minati : > Hi, > > I'm just working on the implementation of client side repeatable elements for > ExtJS. > > What I stumbled about are more complex forms with repeatable repeatables or > nested repeatable or repeatable nested or ... > > Currently I see no automatic way to determine