One of my menu items looks like this
<menuitem id="copy" label="Copy Test"
enabled="{((tabs.selectedIndex==1) && (selected_row > -1))}"/>
The problem is that I get the following error.
'the entity name must immediately follow the '&' in the entity reference.'I am not trying to reference a variable but am trying to do a logical 'and' . Strangely enough '||' is ok. FYI if this is a bug my work around is this !((tabs.selectedIndex != 1) || (selected_row <= -1)) -- http://www.atlantageek.com ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
