Topic: problem with IE

Hello to all,

my program i've developed is working well on firefox.

yesterday i suddenly noticed that it is not working with the IE.

This error is appearing in the mif.tree-v1.1.js: 'null' is Null or no object...

Where is the problem? Is Mif Tree not compatible with the IE???

Daniel

Re: problem with IE

all demos works for me in ie

Re: problem with IE

so am I the first one with this problem?

Re: problem with IE

i don't know which problem you have. Where is test page or test code? seems nobody help you without this info.

Re: problem with IE

Okay, I will try to explain the problem more clearly.

I've developed a client server application with struts.

The user is able to delete and to add catchwords into the tree. Everytime when this happens a message is sent to the server which sends a new jsonString back to the client. The client deletes the old tree and creates a new tree with the new json string.

With Firefox there is no problem!

The problem appears with the Internet Explorer, everytime when I add or when I delete a catchword. He does not reload the tree. There is still the old tree on the website which has been loaded the first time.

Does anybody has an idea?

Re: problem with IE

are you sure that ie don't cache requests? and how you delete tree, where code?

Re: problem with IE

moro wrote:

are you sure that ie don't cache requests? and how you delete tree, where code?

This can be the reason for the problem. I've just noticed that the server is sending always the same json String back! It seems as if the IE caches the request. Thanks for the advice.

Does anybody know how do i prevent the IE from caching requests??

Re: problem with IE

http://mifjs.net/forum/post/290/#p290

Re: problem with IE

That's it! Thanks man!