From stephen.shorrock at gmail.com Mon Sep 8 11:48:37 2014 From: stephen.shorrock at gmail.com (Stephen Shorrock) Date: Mon, 8 Sep 2014 12:48:37 +0100 Subject: [html-formfu] Repeatable in a repeatable Message-ID: I've come across some reference to repeatable elements inside repeatable elements (circa 2009), but most refer to issues with the inner repeatable not rendering. Is this feature now fixed? I'm attempting just that but with no real joy. If anyone has links to any examples which work or advise to how I might be able to work round the issues it would be much appreciated. Thanks in advance Stephen -------------- next part -------------- An HTML attachment was scrubbed... URL: From carl at fireartist.com Mon Sep 8 13:15:43 2014 From: carl at fireartist.com (Carl Franks) Date: Mon, 08 Sep 2014 14:15:43 +0100 Subject: [html-formfu] Repeatable in a repeatable In-Reply-To: References: Message-ID: <0e3cc75cf5b01b0fd66904bc169af3d9@fireartist.com> Hi, I can't remember the exact status, though I see there is a basic test for a field within nested Repeatable elements: http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/elements/repeatable_repeatable.t http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/elements/repeatable_repeatable.yml And for a Repeatable::Any contraint used in a nested Repeatable element: http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/repeatable/repeatable/constraints/repeatable_any.t http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/repeatable/repeatable/constraints/repeatable_any.yml Given this, I'd say any use of a field which works in a Repeatable, but not a nested Repeatable should likely be counted as a bug. Carl On 08/09/2014 12:48, Stephen Shorrock wrote: > I've come across some reference to repeatable elements inside > repeatable elements (circa 2009), but most refer to issues with the > inner repeatable not rendering. > > Is this feature now fixed? I'm attempting just that but with no real > joy. > > If anyone has links to any examples which work or advise to how I > might be able to work round the issues it would be much appreciated. > > Thanks in advance > > Stephen > > > _______________________________________________ > HTML-FormFu mailing list > HTML-FormFu at lists.scsys.co.uk > http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu From stephen.shorrock at gmail.com Mon Sep 8 13:27:53 2014 From: stephen.shorrock at gmail.com (Stephen Shorrock) Date: Mon, 8 Sep 2014 14:27:53 +0100 Subject: [html-formfu] Repeatable in a repeatable In-Reply-To: <0e3cc75cf5b01b0fd66904bc169af3d9@fireartist.com> References: <0e3cc75cf5b01b0fd66904bc169af3d9@fireartist.com> Message-ID: Hi Carl, Thanks and apologies for the false alarm. It turns out FormFu is handling this as expected - a bit of javascript was the issue this was 'getting in the way'. Thanks for forwarding those tests btw All the best, Stephen On Mon, Sep 8, 2014 at 2:15 PM, Carl Franks wrote: > Hi, > I can't remember the exact status, though I see there is a basic test for > a field within nested Repeatable elements: > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/ > t-aggregate/elements/repeatable_repeatable.t > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/ > t-aggregate/elements/repeatable_repeatable.yml > > And for a Repeatable::Any contraint used in a nested Repeatable element: > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/ > t-aggregate/repeatable/repeatable/constraints/repeatable_any.t > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/ > t-aggregate/repeatable/repeatable/constraints/repeatable_any.yml > > Given this, I'd say any use of a field which works in a Repeatable, but > not a nested Repeatable should likely be counted as a bug. > > Carl > > > > On 08/09/2014 12:48, Stephen Shorrock wrote: > >> I've come across some reference to repeatable elements inside >> repeatable elements (circa 2009), but most refer to issues with the >> inner repeatable not rendering. >> >> Is this feature now fixed? I'm attempting just that but with no real >> joy. >> >> If anyone has links to any examples which work or advise to how I >> might be able to work round the issues it would be much appreciated. >> >> Thanks in advance >> >> Stephen >> >> >> _______________________________________________ >> HTML-FormFu mailing list >> HTML-FormFu at lists.scsys.co.uk >> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu >> > > _______________________________________________ > HTML-FormFu mailing list > HTML-FormFu at lists.scsys.co.uk > http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu > -------------- next part -------------- An HTML attachment was scrubbed... URL: From carl at fireartist.com Mon Sep 8 13:33:05 2014 From: carl at fireartist.com (Carl Franks) Date: Mon, 08 Sep 2014 14:33:05 +0100 Subject: [html-formfu] Repeatable in a repeatable In-Reply-To: References: <0e3cc75cf5b01b0fd66904bc169af3d9@fireartist.com> Message-ID: <8adafa73ef114ac6ed627f761aa4a5eb@fireartist.com> Hi Stephen, No problem - good to know it's working. Cheers, Carl On 08/09/2014 14:27, Stephen Shorrock wrote: > Hi Carl, > > Thanks and apologies for the false alarm.? It turns out FormFu is > handling this as expected - a bit of javascript was the issue this was > 'getting in the way'. > > Thanks for forwarding those tests btw > > All the best, > Stephen > > On Mon, Sep 8, 2014 at 2:15 PM, Carl Franks > wrote: > >> Hi, >> I can't remember the exact status, though I see there is a basic >> test for a field within nested Repeatable elements: >> > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/elements/repeatable_repeatable.t >> [2] >> > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/elements/repeatable_repeatable.yml >> [3] >> >> And for a Repeatable::Any contraint used in a nested Repeatable >> element: >> > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/repeatable/repeatable/constraints/repeatable_any.t >> [4] >> > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/repeatable/repeatable/constraints/repeatable_any.yml >> [5] >> >> Given this, I'd say any use of a field which works in a Repeatable, >> but not a nested Repeatable should likely be counted as a bug. >> >> Carl >> >> On 08/09/2014 12:48, Stephen Shorrock wrote: >> >>> I've come across some reference to repeatable elements inside >>> repeatable elements (circa 2009), but most refer to issues with >>> the >>> inner repeatable not rendering. >>> >>> Is this feature now fixed? I'm attempting just that but with no >>> real >>> joy. >>> >>> If anyone has links to any examples which work or advise to how I >>> might be able to work round the issues it would be much >>> appreciated. >>> >>> Thanks in advance >>> >>> Stephen >>> >>> _______________________________________________ >>> HTML-FormFu mailing list >>> HTML-FormFu at lists.scsys.co.uk >>> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu [1] >> >> _______________________________________________ >> HTML-FormFu mailing list >> HTML-FormFu at lists.scsys.co.uk >> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu [1] > > > > Links: > ------ > [1] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu > [2] > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/elements/repeatable_repeatable.t > [3] > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/elements/repeatable_repeatable.yml > [4] > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/repeatable/repeatable/constraints/repeatable_any.t > [5] > http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-2.01/t-aggregate/repeatable/repeatable/constraints/repeatable_any.yml > > _______________________________________________ > HTML-FormFu mailing list > HTML-FormFu at lists.scsys.co.uk > http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu