I am binding an object with a label. It gives me this warning. I have written the follwing code
s:Label width="296" height="20" fontSize="18" text="{obj.companyParty_Name}"
where companyParty_Name is a field in the obj which i want to display on the label
What does the above warning mean?