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

   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 


<mx:XML id="tempXML"
source="https://mysite.net/interface.php?action=showopen&amp;operation=showassets&amp;format=xml&amp;opstatus=defect";
/>

and I'm not quite sure how to do this
        

Reply via email to