As a matter of interest, which login mechanism did you use and where did you hold that information till it was needed at event.adds[0].attributes['EDITEDBY'] = ...
simpsonr, i have the same problem ... i wanna do something like you.. save the user .. but i cant.. im new in flex... i have a question about your solution.. where you place the fl.addEventListener(FeatureLayerEvent.EDITS_STARTING, editsStartingHandler);
what is this "fl"
can you help me??? Thanks..
Sure, "fl" would be a reference to a FeatureLayer object to which I'm adding an event listener.
It would have been created thusly:
var fl:FeatureLayer = _currentEditor.featureLayers[0];