[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-901) Enhance Conversation.endAndRedirect with a boolean parameter to specify destruction of the conversation before the redirect

Mike Quilleash (JIRA) jira-events at lists.jboss.org
Thu Feb 22 05:33:35 EST 2007


Enhance Conversation.endAndRedirect with a boolean parameter to specify destruction of the conversation before the redirect
---------------------------------------------------------------------------------------------------------------------------

                 Key: JBSEAM-901
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-901
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
    Affects Versions: 1.1.6.GA
         Environment: Any
            Reporter: Mike Quilleash


At the moment this can be achieved by

Extracting the parent conversation id from Manager
Calling endBeforeRedirect()
Doing a Redirect.execute() manually.

Would be handy just to be able to do "Conversation.endAndRedirect( true )"

Either that or have a method to set the destroyBeforeRedirect flag.

Conversation.setDestroyBeforeRedirect( true );
Conversation.endAndRedirect();


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