Hello, I am trying to reset the data when a user clicks on a button but have made no headway on getting this done
at first I create the initial view <mx:XML id="tempXML" source="https://mysite.net/interface.php?action=showopen&operation=showassets&format=xml&opstatus=defect" /> <mx:TileList dataProvider="{tempXML.asset.fleet}" width="344" backgroundColor="#000000" color="#ff0000" fontSize="27" borderColor="#000000" columnWidth="300" rowHeight="50" themeColor="#808080" fontWeight="bold" allowMultipleSelection="true" id="TileList1" height="0" y="202" x="178"/> All of my data shows up and everthing here is hunky dory. However, when I click on the button to update https://mysite.net/interface.php?action=showopen&operation=showassets&format=xml&opstatus=defect (Users make repairs from a separate website this applications simply sits in a room and the user can click a button to see if their repairs are done or not or else a 5 minute timer will also update the page). all I need to do is completly refresh this url source so people can see if the repair is done or not and I can not get the page to repost the data. I have tried to use refresh and I get the following error 3594: refresh is not a recognized method of the dynamic class XML. I am totally a noob at this and have read way too many tutorials and I still don't get the way to get this accomplished. I would appreciate any help anyone could give.

