windowScopeCreationDelay

Table of Contents
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 induced to a page load to wait for the corresponding window content 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 needs to be adapted to the environment used (which includes servers, browser and network).
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.