This parameter can be used to replay the navigation rules when the page is reloaded. The parameter is usually set in applications where it is desirable to avoid the content being reset to the first page (before non-redirect navigation was triggered) when reloading.
<context-param>
<param-name>org.icefaces.replayNavigationOnReload</param-name>
<param-value>true</param-value>
</context-param>