Hi ,
have someone a solution for databinding of id of a control ?
I think the problem is the html view will be checked before it filled with the data from the binding .
f.e.
<template data-controller-name="view.Home"> <div data-sap-ui-type="sap.m.Page" data-title="Workflows" class="sapMPageHideHeaderWhenShellHeader" data-enable-scrolling="false"> <div data-sap-ui-type="sap.m.TileContainer" data-tiles="{lanes>/ywflanesCollection}"> <div data-sap-ui-aggregation="tiles"> <div data-sap-ui-type="sap.m.StandardTile" id="{lanes>event}" data-title="{lanes>text}" data-number="{path:'lanes>text',formatter:'util.Formatter.wfTaskCount'}" data-icon="sap-icon://inbox" data-press="orangeTileTap" > </div> </div> </div> </div></template>
error:
Uncaught Error: "view.Home--{lanes>event}"