(netbeans) jsf page not auto changing in browser

匆匆过客 提交于 2019-12-25 02:02:08

问题


i have weird issue when building jsf application in netbeans. when i run index.xhtml and then i change some text inside that file and save,the file won't get update on the browser. the browser still have the old page. i also try to clean and build again (without shutting down tomcat) and the result still not updated. but when i stop tomcat and run the application again,the update will show. i build it with maven project structure. i use Netbeans 7.4, primefaces 4.0,JSF 2.2.5 i already tried to clear the browser cache and history,also give permission to the target folder in my project but it still can't update the view.

anybody have any experiece like this?do u have any solution? thanks

来源:https://stackoverflow.com/questions/21934483/netbeans-jsf-page-not-auto-changing-in-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!