Define list inside a list in Widget xml

0
Hi Everyone, In my widget I can define a list of object as:  <property key="colection1" type="object" required="true" isList="true "> One of property of the object needs to be another list. So, obviously,  I have: <property key="collection1" type="object" required="true" isList="true "> ... <properties> ... <property key="collection2" type="object" required="true" isList="true "> ... </properties> </property> However, it seems that Mendix doesn't accept this construction. Does anyone have explanation for this and workaround?   Best regards,
asked
1 answers
2

Dear Duc Bui

Unfortunately this nested list  are not supported. I seen many cases ,where i would love to use it too.

Would be good to  add a feature  request to the Idea Forum.

Cheers,

Andries

answered