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

Chris Rudd (JIRA) jira-events at lists.jboss.org
Mon Jun 25 18:16:17 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1294?page=comments#action_12366756 ] 
            
Chris Rudd commented on JBSEAM-1294:
------------------------------------

This issue isnt really "fixed", as the end result is still an NPE exception, just from a different cause.

New issue created JBSEAM-1551

> 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
>         Assigned To: Gavin King
>             Fix For: 1.3.0.ALPHA
>
>
> 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