Solved! Go to Solution.
Nadeem,
It shouldn't make any xml files, just the swf when you compile.
However, if you do have two xml files, did you make sure that your widget tag in the config.xml points to the one you are modifying?
<widget label="Identify" left="430" top="80" height="150" icon="assets/images/i_info.png" config="widgets/Identify/IdentifyWidget_1.xml" url="widgets/Identify/IdentifyWidget.swf"/>
R_
Nadeem,
Why are you setting the following fields:
<field name="ZONING_NAME" alias="Zoning Name"/>
<field name="ZONING_TYPE" alias="Zoning Type" popuponly="true"/>
In the data you sent me you do not have these fields
Try setting <layers onlythese="false">
And see if you get a result, if you do have a look at your REST endpoint and configure the widget with the appropiate field names
Regards
Anthony
Nadeem,
Have you tried using <layers onlythese="false"> as your config file you have just posted has still got it set to true,
Regards
Anthony
P.S here is a link that explains REST and how you access it:
http://servicesbeta2.esri.com/arcgis/sdk/rest/index.html