I am having a problem when I'm getting back an HTTPService and trying to set 
some XML attributes with it. It works fine the first time I handle the result, 
but fails to do anything after the first time. No error or anything else to 
give me any indication something's wrong. I know that str is being set 
correctly as I can put it in an Alert, but the @name attribute doesn't update 
in the XMLTemplate.

Any ideas?

var str:String = templateDetailsAC.getItemAt(0).name
xmltemplate.templa...@name=str;

Reply via email to