PDA

View Full Version : How to refresh a TreeItem on an async tree?


johnstok
09-02-2008, 04:11 AM
All,

I am using an async tree based on the provided example:
http://extjs.com/explorer/#asynctree

The tree has a context menu, with a "create new item" action. When the action completes it has added a new item to my domain model, via a GWT rpc call.

Question: how do I tell the tree to refresh the data for a tree item, via my RpcProxy?

Regards,
Keith