[seam-issues] [JBoss JIRA] Updated: (JBSEAM-4665) PageContext contains same attributes when running 2 FacesRequests with different ViewId

Anthony Ogier (JIRA) jira-events at lists.jboss.org
Thu Jun 10 09:21:40 EDT 2010


     [ https://jira.jboss.org/browse/JBSEAM-4665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Ogier updated JBSEAM-4665:
----------------------------------

    Component/s: Framework
                     (was: Seam Text)


> PageContext contains same attributes when running 2 FacesRequests with different ViewId
> ---------------------------------------------------------------------------------------
>
>                 Key: JBSEAM-4665
>                 URL: https://jira.jboss.org/browse/JBSEAM-4665
>             Project: Seam
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 2.2.0.GA
>         Environment: Ubuntu 9.10
>            Reporter: Anthony Ogier
>            Priority: Critical
>         Attachments: PageContextTest.java, test1.page.xml, test1.xhtml, test2.page.xml, test2.xhtml
>
>
> In the same @Test method, I run two different FacesRequest.
> Each has its own viewId, but, a value set with Contexts.getPageContext().set("paramName", "value") in the first FacesRequest can be obtained with Contexts.getPageContext().get("paramName") in the second.
> Files for unit-testing are included after.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list