Hi Guys,
A common requirement when modeling web data is to have repeating complex data, an example being a photo gallery which is made up of multiple photos, each with an image and supporting text such as a title and description. ie
Photo 1
Image
Title
Description
Photo2
Image
Title
Description
Photo3
Image
….. etc
How do you model the capture and composition of this scenario. I know you could do it using collections but Obviously you dont want a user to have to create a new html page for each photo. The old avm forms made this possible easily using xsd to model the data in xml and then transform. What is the correct approach for new wcmqs.
Regards