Hi, I am using an include tag:
<wtkx:include wtkx:id="staff" src="staffUi.xml"/>
Within the included file is a tag:
<Border wtkx:id="detailsTab" TabPane.label="Staff Details"/>
There is no problem accessing the Border using WTKXSerializer.get(
"staff.detailsTab") but is there a way using the @WTKX annotation?
Thanks,
Scott.
