On Tue, Jan 6, 2009 at 10:27 PM, Manish Jethani <[email protected]> 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

