I deployed a WAR file in JBOSS & my application is working fine, when i run it on IE7. The problem is that when i make some changes to my .js files such as:
name:"commodity.dept.deptDescription", width:20
changed to
name:"commodity.dept.deptDescription", width:60
in jqgrid COLMODEL
, create a new war & redploy it, clean temporary internet files.
After I reload the page, no changes are reflected & even IE is picking up old js files when i read it from my "Local Settings/Temporary Internet Files" folder.
Someone suggested me to delete the application from "JBOSS_HOME\server\default\work\jboss.web\localhost"
but this is not working....
The WAR folder under "JBOSS_HOME\server\default\deploy" has updated js file but it is not being read.