Ok this whole thing goes to the fact that I never reset the list in
the first place.
So what I need to do is take the list
Code:
private function resetForm():void{
tempXML.asset = false; //clear it I could also us tempXML.asset =
newXMLListCollection(tempXML.asset); either way it clears it
tempXML.asset = tempXML.asset; //redisplay it
}
This will definatley clear out the old list but now I need a way to
recall the same list from the
Code:
<mx:XML id="tempXML"
source="https://mysite.net/interface.php?action=showopen&operation=showasset\
s&format=xml&opstatus=defect"
/>
and I'm not quite sure how to do this