2012-08-07 64 views

回答

1
在web.xml把這個背景下

PARAMS:

<context-param> 
    <param-name>com.icesoft.faces.connectionLostRedirectURI</param-name> 
    <param-value>connectionLost.iface</param-value> 
</context-param> 

<context-param> 
    <param-name>com.icesoft.faces.sessionExpiredRedirectURI</param-name> 
    <param-value>connectionLost.iface</param-value> 
</context-param>