[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2181) Getting proper conversation id after ending nested conversation

Dustin Norlander (JIRA) jira-events at lists.jboss.org
Mon Oct 29 12:30:14 EDT 2007


Getting proper conversation id after ending nested conversation
---------------------------------------------------------------

                 Key: JBSEAM-2181
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2181
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
            Reporter: Dustin Norlander


I have a couple of servlets that I need to explicitly pass in the cid param to. I just noticed that the cid is incorrect if a nested conversation was just ended. Params in the url show cid=XX and parentConversationId=XX.. Obviously the cid is incorrect because the conversation is maintained until after the redirect (I could use endBeforeRedirect but I need the messaging).

So the question is how can I get the correct cid as a parameter for my servlet? 

-- 
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