[jboss-jira] [JBoss JIRA] Commented: (JBAS-8861) JSF Flash doesn't return data in the right order
Stan Silvert (JIRA)
jira-events at lists.jboss.org
Mon Feb 7 18:13:39 EST 2011
[ https://issues.jboss.org/browse/JBAS-8861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580648#comment-12580648 ]
Stan Silvert commented on JBAS-8861:
------------------------------------
This would be a bug at the JSF implementation level. Have you tried it with MyFaces 2.0? Just put this in your web.xml:
<context-param>
<param-name>org.jboss.jbossfaces.JSF_CONFIG_NAME</param-name>
<param-value>MyFaces-2.0</param-value>
</context-param>
> JSF Flash doesn't return data in the right order
> ------------------------------------------------
>
> Key: JBAS-8861
> URL: https://issues.jboss.org/browse/JBAS-8861
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JSF
> Affects Versions: 6.0.0.Final
> Environment: Redhat Linux 5.5
> Reporter: Devinder Singh
> Assignee: Stan Silvert
> Attachments: login.xhtml, LoginBackingBean.java, Referer.xhtml
>
>
> Data stored in JSF flash during a request is not returned in the next request. It's returned during the 3rd request. I have a very simple test to verify this behavior.
> LoginBackingBean has two methods which are called in 2 subsequent requests. Variable kept in flash memory during request 1 doesn't return in request 2 but in request 3.
> 3 small files required to reproduce are attached. First referer.xhtml should be opened in a JSF app, then its login button calls doLogin method and takes you to Login.xhtml file. Now "Simulate Login" button need to be clicked twice to get the variable.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list