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.
Activity
Ted Goddard
created issue -
Icefaces Administrator
made changes -
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 862 | 12115 |
Ken Fyten
made changes -
Affects Version/s | 1.5 [ 10027 ] | |
Affects Version/s | 1.0.1 [ 10025 ] |
Ken Fyten
made changes -
Assignee | Ted Goddard [ ted.goddard ] |
Ken Fyten
made changes -
Status | Reopened [ 4 ] | Closed [ 6 ] |
Fix Version/s | 1.5 [ 10027 ] | |
Resolution | Fixed [ 1 ] |
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.