PDA

View Full Version : TreePanel not working in IE7



flavio
20 May 2007, 11:42 PM
I have created a TreePanel with an asynchronous root element and a corresponding java servlet on Tomcat 5.5. From FF it works fine, when I try it in IE7 it hangs AFTER sending the HTTP/POST to the server. In the server

flavio
21 May 2007, 3:23 AM
Ok, solved this:
chaned the response content-type form text/html; encoding="UTF-8" to text/html; charset=UTF-8