I am having an issue with my Search Widget. I used the exact xml from the search widget I had been using from my beta flex app. I just copied and pasted it into the new wearchwidget.xml. However, when I perform a search, for an address as an example, it will find results....however the results do not show the attribute text in each result box. Instead each results box is blank....when I click one of the records found....it navigates to the result....and shows the binocular symbol on the address point....but the open dialog box that is suppose to show the attribute info is blank as well?! Any idea??? Below is my SearchWidget.xml<?xml version="1.0" ?>
<configuration>
<info>widgets/InfoTemplates/InfoPopupWidget.swf</info>
<layers>
<layer>
<name>Search by Address</name>
<url>http://publicgis/PublicGISserver/rest/services/Basemap/MapServer/0</url>
<expression>Address LIKE'%[value]%'</expression>
<textsearchlabel>Search by Address [ Example: 115 W Cherokee Ave ]:</textsearchlabel>
<graphicalsearchlabel></graphicalsearchlabel>
<fields>ADDRESS,STREET NO,STREET,CITY,STATE,ZIP,OWNERLAST,OWNERFIRST</fields>
<titlefield>ADDRESS</titlefield>
<linkfield></linkfield>
</layer>
<layer>
<name>Search by FIRM ID#</name>
<url>http://publicgis/PublicGISserver/rest/services/2007_BartowFloodplain/MapServer/0</url>
<expression>PANEL ='[value]'</expression>
<textsearchlabel>Search FIRM Panel by Panel # [ Example: 0240 ]</textsearchlabel>
<graphicalsearchlabel></graphicalsearchlabel>
<fields>PANEL,FIRM_ID,FIRM_PAN</fields>
<titlefield>PANEL</titlefield>
<linkfield></linkfield>
</layer>
</layers>
<zoomscale>5000</zoomscale>
</configuration>