Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
CSS changes not reflecting when reloading page in browser
I am using Myeclipse 6.01 with Tomcat 6.014 server. I am running web project application in debug/start mode with exploded project deployment. Is there a reason why css changes do not take effect when changes are made. It seems that the only way to view the changes is to restart the server.
Chances are they are being made, but your browser is caching the old CSS. Try and use SHIFT-Refresh on the page to force the web browser to reload the page’s assets.
JSF does some heavy caching, you’ll see similar behavior with data tables possibly and other components that will cache their state until the context is reloaded. MyEclipse cannot force JSF to reload it’s resources, but restarting the context in Tomcat (by touching web.xml) will force JSF to do it.