[
http://jira.jboss.com/jira/browse/JBSEAM-2139?page=comments#action_12383834 ]
mohammad norouzi commented on JBSEAM-2139:
------------------------------------------
I have the same problem with version 1.1.6
however, I have another exception tag in my pages.xml and it works fine but the second tag
doesn't work at all
the former catches the NotLoggedInException and the latter catches AuthorizationException
and this doesn't work
I'm not sure but I think whenever the target exception is in top of the stack it will
be realized by pages.xml otherwise won't
Exception redirect not propagating messages
-------------------------------------------
Key: JBSEAM-2139
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2139
Project: JBoss Seam
Issue Type: Bug
Components: JSF
Affects Versions: 1.2.1.GA, 2.0.0.CR2
Reporter: Matthew Lieder
Given the following in pages.xml:
<exception>
<end-conversation/>
<redirect view-id="/error.jspx">
<message
severity="error">#{org.jboss.seam.handledException.message}</message>
</redirect>
</exception>
and the following in error.jspx:
<h:messages />
redirection works (the error page displays), but the message is never shown. The
problem's being seen when exceptions are being thrown from jPDL pageflow actions, and
might be only reproducible under those situations (see the forum thread for more info).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira