lazyWindowScope

Table of Contents
Name: org.icefaces.lazyWindowScope
Values: true|false
Since: 2.0
Scope: application
Application Scope

By default, when using window-scoped beans, the window management is activated in a lazy fashion. This means that if there are no window scoped beans or view scoped beans annotated with @WindowDisposed then no dispose-window request is sent upon window closure (detection of window closing is not enabled). Setting org.icefaces.lazyWindowScope to false tells ICEfaces to always send a dispose-window request upon window closure regardless of the window scope map being empty or not. This context parameter is application-wide.

    <context-param>
        <param-name>org.icefaces.lazyWindowScope</param-name>
        <param-value>false</param-value>
    </context-param>
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.