Application ScopeBy 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 ScopeThis 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. |
messagePersistence
© Copyright 2021 ICEsoft Technologies Canada Corp.