[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-566) Add ability to End multiple nested conversations.

Reind D (JIRA) jira-events at jboss.com
Wed Dec 6 13:07:55 EST 2006


Add ability to End multiple nested conversations.
-------------------------------------------------

                 Key: JBSEAM-566
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-566
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
    Affects Versions: 1.1.0.CR2
            Reporter: Reind D


It'd be great if you could End multiple nested conversations.

So, for example, in a method you could do:

If you have nested conversations    1(  2 (  3()  )  )

if (..)
   Conversation.instance().endDeepest();    // ends #3
if (..)
   Conversation.instance().endDeepest();    // ends #2
if (..)
   Conversation.instance().endDeepest();    // ends #1

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