I'm trying to concatenate two model properties into one string that would be the name of my items list but I don't get to do that correctly :
<List items="{= '{oModel>/' ${oModel>/class} '}'" ></List>
Is there any way I can do this concatenation in XML View so I get {oModel>/ABC} as list items for example if ABC is the value in oModel>/class property.
Thanks