Details
Description
If an ICEfaces page of a running application is modified on the filesystem, it is not reloaded. The only way
to cause a page to be reloaded is to reload the entire application. This makes it cumbersome to make
small changes to ICEfaces pages during development.
to cause a page to be reloaded is to reload the entire application. This makes it cumbersome to make
small changes to ICEfaces pages during development.
A new context parameter has been added for placement into web.xml. Specify -1 to cause pages never
to be reloaded (current behaviour, and probably best performance for a deployed application) or specify
the reload interval in seconds. Modifications to a page will be checked no more often than the reload
interval.
<context-param>
<param-name>com.icesoft.faces.reloadInterval</param-name>
<param-value>-1</param-value>
</context-param>
This feature has been checked in.
svn commit src/com/icesoft/faces/application/D2DViewHandler.java -m "reload modified pages (bug
862)"
Sending src/com/icesoft/faces/application/D2DViewHandler.java
Committed revision 10484.