Re: [html-formfu] nested repeatables not showing data

2009-04-17 Thread Ascii King
The new code changes will only save the first row in a has_many to has_many relationship. Anything beyond the first row is not saved. Similair to the problem of not having the counter set correctly in a repeatable. Have you allowed for the counter NAME to be incremented since it is now in a r

Re: [html-formfu] nested repeatables not showing data

2009-04-17 Thread Ascii King
Woot! Preliminary tests show that the code is working now. Bless you! My entire job just got a lot easier. I have tested the code against my app and it seems to read the data in, but won't save it. I will test a bit more. I have written a write test, and I will work on a read test. Ascii Kin

Re: [html-formfu] nested repeatables not showing data

2009-04-16 Thread Ascii King
I've written a test to cover the has_many to has_many but i'm still working out how to submit it. I will check the new code right away, though. Carl Franks wrote: 2009/4/8 Ascii King : I am using FormFu with Catalyst to load a very complex form. I am testing a repeatable within a repeatable

Re: [html-formfu] nested repeatables not showing data

2009-04-16 Thread Carl Franks
2009/4/8 Ascii King : > I am using FormFu with Catalyst to load a very complex form. I am testing a > repeatable within a repeatable call to the database and it is failing to > display the data from the database. > > Organization -> has_many -> Person -> has_many -> Equipment > > An Organization (t

Re: [html-formfu] nested repeatables not showing data

2009-04-09 Thread Carl Franks
2009/4/8 Ascii King : > I am using FormFu with Catalyst to load a very complex form. I am testing a > repeatable within a repeatable call to the database and it is failing to > display the data from the database. > > Organization -> has_many -> Person -> has_many -> Equipment > > An Organization (t

Re: [html-formfu] nested repeatables not showing data

2009-04-08 Thread Moritz Onken
Never tried a repeatable inside a repeatable. A block element (belongs_to rel) inside a repeatable blocks works. Am 08.04.2009 um 18:27 schrieb Zbigniew Lukasiak: On Wed, Apr 8, 2009 at 5:01 PM, Ascii King wrote: I am using FormFu with Catalyst to load a very complex form. I am testing a

Re: [html-formfu] nested repeatables not showing data

2009-04-08 Thread Zbigniew Lukasiak
On Wed, Apr 8, 2009 at 5:01 PM, Ascii King wrote: > I am using FormFu with Catalyst to load a very complex form. I am testing a > repeatable within a repeatable call to the database and it is failing to > display the data from the database. > > Organization -> has_many -> Person -> has_many -> Equ

[html-formfu] nested repeatables not showing data

2009-04-08 Thread Ascii King
I am using FormFu with Catalyst to load a very complex form. I am testing a repeatable within a repeatable call to the database and it is failing to display the data from the database. Organization -> has_many -> Person -> has_many -> Equipment An Organization (table) has many Person (table) r