Hi,
I have used Robert's Identify widget in my Flex app, however it is only returning attributes for the first field I define and not the others. Does this make sense? I am a total newbie at this, basically hacking my way through it. Below I have copied the text from my IdentifyWidget.xml. The two layers I have set up the Identify for are Sampling Stations and Classification Areas. The tool works great, but only returns values for the Station_ID field (for the Sampling Stations layer) and Area Classification (for the Classification Areas layer) but no other fields I have defined. I am stumped. Any help is greatly appreciated. Thanks!!
PS - I am using the uncompiled version 2.1.7 of the Identify widget.
<configuration>
<identifylayeroption>visible</identifylayeroption>
<identifytolerance>10</identifytolerance>
<defaultzoomscale>5000</defaultzoomscale>
<keepidentifyactive>false</keepidentifyactive>
<labels>
<zoom2message>Click to Zoom to Point</zoom2message>
<identifylabel>Identify</identifylabel>
<resultslabel>Results</resultslabel>
<descriptionlabel>Use the identify tool to identify features on the map:</descriptionlabel>
<pointlabel>Identify</pointlabel>
<clearlabel>Clear</clearlabel>
<loadinglabel>Loading...</loadinglabel>
<selectionlabel>Features Identified:</selectionlabel>
</labels>
<layers onlythese="true">
<layer>
<name>Sampling Stations</name>
<fields>Station_ID, S_Classification, TOWN</fields>
<linkfield></linkfield>
<linkprefix></linkprefix>
<linksuffix></linksuffix>
<iconfield></iconfield>
<iconprefix></iconprefix>
<iconsuffix></iconsuffix>
<zoomscale>500</zoomscale>
<forcescale>true</forcescale>
</layer>
<layer>
<name>Classification Areas</name>
<fields>Area Classification, Area ID, Area Name</fields>
<linkfield></linkfield>
<linkprefix></linkprefix>
<linksuffix></linksuffix>
<iconfield></iconfield>
<iconprefix></iconprefix>
<iconsuffix></iconsuffix>
<zoomscale>15000</zoomscale>
<forcescale>true</forcescale>
</layer>
</layers>
<info>widgets/InfoTemplates/InfoPopupWidget.swf</info>
</configuration>