Page 1 of 1

Collections in SubItemView / SubPresenter

Posted: Mon Jul 08, 2013 10:56 am
by fdboles
I have a structure with multiple levels of collections (Questionnaire has many Questions has many Answers). I have created a new Admin module with DynamicEntityPresenter and DynamicEditDisplay for the Questionnaire. Using OneToOneProductSkuPresenter and OneToOneProductSkuView as examples I have created a SubItemView / SubPresenter pair for Questions modeled after skusDisplay / skusPresenter. All single valued @AdminPresentation() fields in Questions appear as expected, but the Answers @AdminPresentationCollection() does not. How do I get the collection to display in the SubItemView / SubPresenter?

Re: Collections in SubItemView / SubPresenter

Posted: Mon Jul 08, 2013 11:08 am
by phillipuniverse
What Broadleaf version?

Re: Collections in SubItemView / SubPresenter

Posted: Mon Jul 08, 2013 12:30 pm
by fdboles
Broadleaf version 2.2.0-GA

Re: Collections in SubItemView / SubPresenter

Posted: Wed Jul 10, 2013 9:34 am
by fdboles
Any input on presenting collections on a SubItemView?