Guia de uso

Editar el archivo web.xml e incluir

 <error-page>
     <exception-type>javax.faces.application.ViewExpiredException</exception-type>
     <location>/viewExpiredException.xhtml</location>
  </error-page>

Last updated