Login Register

Dijit.layout.ContentPane cache problem

Hi,

i want to use dijit.layout.ContentPane to generate a widget, where i can integrate some templated widgets.
The first time i loaded the page everything is fine. When i reload via link the content, dojo can only create the first widget without my defined template and input. Everytime the same procedure, when i load the content for the contentPane everything is fine, but when i reload the contentPane with the same content a second time nothing happen and the page is empty.

Has anybody an idea for this effect?

Cheers

i get this effect only at

i get this effect only at the ie not in firefox.
It seems that firefox can cache the content of the integrated widgets, but the ie can't cache the content and also do not recreate it.