Hello, I have a Tree control, that represent a list of "pages" inside folders. When I "save" a page, I store it's id property locally before sending it to the server, which returns to me the updated list of pages, that I use to refresh my tree's dataprovider.
Now, what i am trying to do, is using the previously stored id property to select the freshly saved page. But I can't seem to make it happen :) The main issue being that the only way I found to browse the tree without opeing all the nodes is to browse it's dataprovider, but the dataprovider is (which is normal) unaware of the corresponding views... I can't believe there is absolutely no mechanism to browse a tree, besides by accessing it's dataprovider? If someone has an idea on the topic, i'd be more than happy to hear it :) cheers, J.

