[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1294) Page redirected to from exception filter cannot use page parameters

Chris Rudd (JIRA) jira-events at lists.jboss.org
Fri May 4 15:04:52 EDT 2007


Page redirected to from exception filter cannot use page parameters
-------------------------------------------------------------------

                 Key: JBSEAM-1294
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1294
             Project: JBoss Seam
          Issue Type: Bug
    Affects Versions: 1.2.1.GA, 1.2.0.GA
            Reporter: Chris Rudd


If the page you are redirecting to using the exception handling system (section 5.3) defines page parameters (section 5.1.1.1) a NPE is generated.

The problem is that the MockApplication provided by the MockFacesContext setup in ExceptionFilter.endWebRequestAfterException does not have a variableResolver (its null).

Is there any way to refactor that code to create a real FacesContext via the FacesContext factory?

-- 
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

        



More information about the seam-issues mailing list