?cid=XX
我需要帮助处理URL 中的过期/不存在的对话。我试图把
<error-page>
<exception-type>org.jboss.weld.context.ContextNotActiveException</exception-type>
<location>/faces/index.xhtml</location>
</error-page>
<error-page>
<exception-type>org.jboss.weld.context.NonexistentConversationException</exception-type>
<location>/faces/index.xhtml</location>
</error-page>
然而这些都不起作用。我仍然收到错误消息,无法转发index.xhtml
。我怎么解决这个问题?