[html-formfu] Repeatable within a repeatable?
Ascii King
tech at swattermatter.com
Tue Mar 10 18:29:04 GMT 2009
I amusing 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) records.
A Person (table) has many Equipment (table) records.
I can display the Organization record.
I place the related Person records within a repeatable element and they
display fine.
I place the related Equipment records within a repeatable element but
they will not display any data.
It does however display the right number of Equipment records, but the
fields are all empty.
Any thoughts?
Ascii King wrote:
> I am using HTML-FormFu-Model-DBIC. I don't know how to write tests for
> it though. I can report on my progress if you'd like. I'll also be
> aware of this the next time I upgrade and test it manually.
>
>
More information about the HTML-FormFu
mailing list