hi,
We had an application based on GWTExt and we are moving to ExtGWT
(GXT). By now we have the 2 modules in our gwt.xml file while doing
migraton:
<inherits name='com.extjs.gxt.ui.GXT'/>
<inherits name="com.gwtext.GwtExt"/>
And in the inital JSP file:
........................................................................................................
<link rel="stylesheet" type="text/css" href="css/ext-all.css"/>
<link rel="stylesheet" type="text/css" href="css/myApp.css"/>
<!-- Begin ExtJS library files -->
<script type="text/javascript" src="js/ext/adapter/ext/ext-
base.js"></script>
<script type="text/javascript" src="js/ext/ext-all.js"></script>
........................................................................................................
Sometimes, after doing login in the app. the tool-sprites.gif image is
loaded (in the URL I can see:
https://xx.xx.xx.xxx/AnthemaWeb/zzz.yyyy.xxx.gwt.AnthemaGWT/images/default/panel/tool-sprites.gif
)
and the main panel does not appear. If I reload the page, then
everything it's ok.
I have a CacheFilter, where I add "Expires" in header of each image/
css/js file (to be cached in client size). In Firefox, all the
elements are cached but in IE, every time I logout and login again,
this two files are loaded from server again:
/AnthemaWeb/com.nte.anthema.gwt.AnthemaGWT/css/ext-all.css
/AnthemaWeb/com.nte.anthema.gwt.AnthemaGWT/js/ext/ext-all.js
Don't know if it's related with the problem above ...
Has anyone found this problem ?
Thanks !
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---