[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1997) ConversationList not refreshed when beginning a long-running conversation

Jacob Orshalick (JIRA) jira-events at lists.jboss.org
Thu Oct 4 10:23:13 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1997?page=comments#action_12380479 ] 
            
Jacob Orshalick commented on JBSEAM-1997:
-----------------------------------------

This issue also exists for the ConversationStack (although it would be strange to start the breadcrumbs after the page has already been loaded).  Nevertheless, if a conversation is started and the user is returned to the same page, the ConversationStack is not refreshed.  The ConversationStack is also implemented as a PAGE scoped factory method rather than a manager component so the same fix would work.  Thanks.

> ConversationList not refreshed when beginning a long-running conversation
> -------------------------------------------------------------------------
>
>                 Key: JBSEAM-1997
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1997
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.CR1
>            Reporter: Jacob Orshalick
>             Fix For: 2.0.x
>
>         Attachments: ConversationList.java
>
>
> If an action executes with an @Begin and returns the user to the same page, the conversationList is not updated with the new ConversationEntry.  It appears that the problem is the current implementation of conversationList is a factory method scoped to the PAGE. A patch that works is to make the ConversationList a manager component rather than a factory method.  I will attach the patch.  Please see the forum reference for more information.

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