]
Gavin King updated JBSEAM-372:
------------------------------
Component/s: JSF
Fix Version/s: 1.1
Assignee: Gavin King
Priority: Major (was: Minor)
s:link doesn't get parent conversation Id after exit of nested
conversation
---------------------------------------------------------------------------
Key: JBSEAM-372
URL:
http://jira.jboss.com/jira/browse/JBSEAM-372
Project: JBoss Seam
Issue Type: Bug
Components: JSF
Reporter: Christian Bauer
Assigned To: Gavin King
Fix For: 1.1
Consider this sequence:
- Conversation A -> s:link = startB(value, conversationId=A)
- Nested B -> h:commandButton =
Conversation.instance().endAndRedirect(conversationId=B);
- Conversation A -> s:link = startB(value, conversationId=null)
- crash
Basically, it looks like s:link doesn't append a conversation id if the conversation
is marked as being discarded after RENDER RESPONSE. This is the case in the
RENDER_RESPONSE after the redirect out of Nested B, the conversation B will be discarded.
So s:link renders without a conversation identifier. It should use the parent
conversations identifier.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: