I am trying to add 6 linkfields that do not use the default 'resultLink' image but have links listed vertically, such as:
link1
link2
link3
etc.
I have done enough so that the 6 links are loaded but I can't figure out how to bypass the default 'resultLink'. I am editing SearchResultItemRenderer.mxml and adding 'infoLink1', 'infoLink2', etc. but am receiving messages:
-cannot parse value from type Boolean from text '(searchResult.link != null)'
I notice that in the <mx:Image id="resultLink" .... that there is no trouble parsing '(searchResult.link != null)' so I feel that the information is there, but there is something that I am missing.
Thanks in advance,
Georgianna