I am trying to use it in a loop: <div t:type="loop" t:source="myObjectList" t:value="myObject"> <t:tapx.expando t:title="prop:myObject.name"> <div class="acordeon"> ${myObject.name} </div> </t:tapx.expando> </div>
The loop goes well, the title are also fine, but when I get in the div myObject is null. Anyone knows why? Regards!