[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1997) ConversationList not refreshed when beginning a long-running conversation
Pete Muir (JIRA)
jira-events at lists.jboss.org
Wed Mar 12 07:31:57 EDT 2008
[ http://jira.jboss.com/jira/browse/JBSEAM-1997?page=comments#action_12402396 ]
Pete Muir commented on JBSEAM-1997:
-----------------------------------
I'm having problems reproducing this from your instructions.
Can you attach code to reproduce?
> 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
> Assigned To: Pete Muir
> Fix For: 2.0.2.GA, 2.1.0.GA
>
> Attachments: ConversationList.java, JBSEAM-1997-v1.patch, JBSEAM-1997-v2.patch, JBSEAM-1997-v3.patch
>
>
> 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