Hi,
I have a wierd problem running the tree in a proxy environment. When i use it on a regular page it works brilliantly, but this was during the development process. When I moved to test environment I was needed to test my pages through ISA proxy because this is how we work in our orginazation. When I configured a rule on one proxy that redirect requests for the page to my web server it still worked.
The problem started when I used two proxies, which is the architecture of web access in our intranet. The user is surfing to the first proxy with the needed virtual path; Then it is redirected to the second proxy with the same virtual path; And finally the second proxy redirect the page to the web server where the real page exist, and the response is handled in an opposite way. First when the tree is rendered it works fine, but when I try to expand a node it throws me the following message: "Error occurd. Description: Error while parsing loaded data. Details: Only one top level element is allowed in an xml document" followed by two regulat javascript errors of uncaught exception in flytreeview.htc and node.htc.
I would glad to hear any solution or idea about this, but please do not ask me why we work in two proxies environment as it's really not my call.
Thanks!