You shouldn't have to refresh at all. Make sure you are using an ArrayCollection or an XMLListCollection as a dataprovider to your list control. Then when you delete any item from these, the list is refreshed automatically.
HTH, Aman > smccran schrieb: > > > > Hi all, > > > > I have a page which contains a tilelist. The Tilelist is populated from > > a list. > > > > I have a button in the tilelist which triggers a function which removes > > an element from a list. > > > > My problem is that without 'refreshing' the screen it doesn't look like > > the list item has been removed. Iv'e tried recalling the state > > (currentState='wishList') but it doesn't work. I need it to re- draw the > > state to show the item has gone. > > > > Is there a refresh function? How can I reload the currentState? > > > > Thanks > > Shaun > >

