Postby fdboles » Mon Jul 08, 2013 10:56 am
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?