Hi,
I am using Liferay + primefaces + weblogic application. I want to redirect to index page when session timeout but it fails.
My web.xml
<error-page>
<exception-type>javax.faces.application.ViewExpiredException</exception-type>
<location>/faces/inicio.xhtml?reason=expired</location>
</error-page>
Trace
12:50:48,601 ERROR [status_jsp:959] org.portletfaces.bridge.BridgeException: jav
ax.faces.FacesException: viewId:/xhtml/expedientes/busquedaExpedientes.xhtml - N
o se pudo restablecer la vista /xhtml/expedientes/busquedaExpedientes.xhtml.
org.portletfaces.bridge.BridgeException: javax.faces.FacesException: viewId:/xht
ml/expedientes/busquedaExpedientes.xhtml - No se pudo restablecer la vista /xhtm
l/expedientes/busquedaExpedientes.xhtml.
Caused by: javax.faces.application.ViewExpiredException: viewId:/xhtml/expedient
es/busquedaExpedientes.xhtml - No se pudo restablecer la vista /xhtml/expediente
s/busquedaExpedientes.xhtml.
at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.jav
Could you give any advise about what happens.
Thanks
Please sign in to flag this as inappropriate.