Hello,I have a problem with AttributeInspector and refreshing updates on a feature.To see any modifications I have to reload my flex application. I try to refresh all layers (dynamic, tiled, feature, graphics) but I can't see my modifications without refreshing all my application. my code to apply edit :const updates:Array = [ featureSelected ];
featureLayerParcellesAttributaires.applyEdits(null, updates, null,
new AsyncResponder(featureLayer_editsCompleteHandler, featureLayer_faultHandler,{ feature: featureSelected, field: null, oldValue: null }));
and in the featureLayer_editsCompleteHandler :attributeInspectorParcelles.refreshActiveFeature();
featureLayerParcellesAttributaires.refresh();
ActiveFeature in AttributeInspectorParcelles is not null.