Hi,
How can I use this function? >> "setAttributeBindInstruction". I want to fasten label of TabPage with Dataprovider. I can fasten in xml, but I want to fasten code behind.
tab.setAttributeBindInstruction("label",null,"@{name}"); > dont work
OR
tab.setAttributeBindInstruction("_label",null,"@{name}"); > dont work ....
Thanks.

