Yes - you can write:
@WTKX(id="staff.detailsTab") private Border detailsTab = null;
and that should bind to your Border instance.
Greg
On Aug 20, 2009, at 7:12 PM, Scott Lanham wrote:
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.