Page params not populated correctly from ConversationEntry.select
-----------------------------------------------------------------
Key: JBSEAM-1941
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1941
Project: JBoss Seam
Issue Type: Bug
Components: Core
Reporter: Chris Rudd
If you switch back to a conversation that was on a view that had page parameters, the
parameters are pulled from the current conversation instead of the conversation to be
restored.
I.e.
I start a coversation and get to a page that has a page parameter of "ID" with a
value of "1" (VB : #{Editor.id})
I leave that conversation and go elsewhere.
I then return to that conversation using the conversation switcher (descirbed in chapter
6)
The redirect link gets the correct "cid" value, but the ID value is incorrect
(the VB #{Editor.id} is evaluated against the wrong conversation)
--
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