JSF hot reload
843844Nov 5 2008 — edited Nov 6 2008Hi all,
I am using Netbeans 6.1, tomcat 6.0.18, JSF1.2
I test my develop environment with a simple .xhtml page contains
<h:outputText value="1"/>
and everything is fine.
However, when I change the value to 2, the output text still shown as 1. And I have to restart my tomcat and browser to see the new output result.
This is annoying. How can I reload this page without restart my server?
Thanks