Thanks, Manish! I will try this.
Sergey. On Tue, Jan 6, 2009 at 6:58 PM, Manish Jethani <[email protected]>wrote: > On Tue, Jan 6, 2009 at 10:27 PM, Manish Jethani > <[email protected] <manish.jethani%40gmail.com>> wrote: > > > function doWorkaround() { > > var e = new CollectionEvent("collectionChange"); > > e.kind = "update"; > > Hey, I meant: > > e.kind = "reset"; > > That'll refresh everything. > > > myXMLListCollection.dispatchEvent(e); > > } > > Manish > > >

