
The latest version is v. 4, last edited on May 12, 2020
(view differences
|
)
<< View previous version | view page history | view next version >>
<< View previous version | view page history | view next version >>
Name: | org.icefaces.windowScopeCreationDelay |
Values: | 100|long integer value representing milliseconds |
Since: | 3.3.0_P07 |
Scope: | application |
Window Scope
A value, in milliseconds, indicating the delay of a page load while waiting for the corresponding page unload request to arrive. This allows for postbacks that arrive after a reload or redirect request to successfully retrieve the relevant window-scoped values.
<context-param> <param-name>org.icefaces.windowScopeCreationDelay</param-name> <param-value>150</param-value> </context-param>
![]() | This parameter need to be adapted to the environment used (which includes servers, browser and network). |