TOC PREV NEXT INDEX



PDF
ICEfaces Online Reference




 


 




Managing Redirection


Redirect on Connection Lost

When a connection is lost, ICEFaces can be configured to redirect the browser to a custom error page. This feature can be turned on application-wide using the ICEfaces context parameter, com.icesoft.faces.connectionLostRedirectURI.

<context-param>
 
		<param-name>com.icesoft.faces.connectionLostRedirectURI</param-name>
 
		<param-value>...custom error page URL....</param-value>
 
</context-param>
 

If not specified, the default 'Connection Lost' overlay will be rendered or if the status component is present, the 'Connection Lost' icon.



Copyright 2005-2006. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX