How can I give && condition in mxml tag.

 

For example <mx:Button label="Browse " id="btnBrowse" enabled="{ i==1 &&
j==2}" />

I am getting compilation error for the above code. Error is give below

 

The entity name must immediately follow the '&' in the entity reference. 

 

Please help

Reply via email to