I am trying to configure pop-ups using this code:
<layer label="Lansdslide Layers" type="dynamic" visible="true" alpha=".75"
url="http://yoururl/ArcGIS/rest/services/Hazards/SR2/MapServer/"/>
<sublayer id="1" popupconfig="popups/PopUp_Historic_Landslide_Points.xml"/>
<sublayer id="2" popupconfig="popups/PopUp_Scarps.xml"/>
<sublayer id="3" popupconfig="popups/PopUp_Scarps_Flanks.xml"/>
that call simple xmls like PopUp_Demographics_BlockGroups.xml found in the sample flexviewer, but with the fields named appropriately for my layers
I've also tried following this esri forum with closing the sublayer element and get the error:
http response status: 200
Fault code: Client.CouldNotDecode
Fault info: Error #1085
Fault details: null
Does anyone have a url that shows pop-ups really working?


