messagePersistence

Table of Contents
Name: org.icefaces.messagePersistence
Values: true|false
Since: 3.0
Scope: application, page
Application Scope

By default, when ICEfaces is available, FacesMessages are persisted across different partial submits from the same page. This is done to better support forms that use incremental validation via singleSubmit tag.

By setting the org.icefaces.messagePersistence parameter to false, this feature can be disabled.

    <context-param>
        <param-name>org.icefaces.messagePersistence</param-name>
        <param-value>false</param-value>
    </context-param>
Page Scope

This feature can also be controlled on a per-page basis using the <ice:config> tag and setting the desired attribute.

    <icecore:config messagePersistence="false"/>

See the documentation on the <ice:config> tag for additional information.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.