[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1243) Ending nested conversation causes issues with pages.xml and rendering the same view again
Gavin King (JIRA)
jira-events at lists.jboss.org
Tue May 1 13:52:30 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1243?page=all ]
Gavin King closed JBSEAM-1243.
------------------------------
Fix Version/s: 1.3.0.BETA1
Resolution: Done
Assignee: Gavin King
Thanks, fixed in CVS, please test.
The fix was this in Pages:
private boolean isNoConversationRedirectRequired(Page page)
{
return page.isConversationRequired() &&
!Manager.instance().isLongRunningOrNestedConversation();
}
> Ending nested conversation causes issues with pages.xml and rendering the same view again
> -----------------------------------------------------------------------------------------
>
> Key: JBSEAM-1243
> URL: http://jira.jboss.com/jira/browse/JBSEAM-1243
> Project: JBoss Seam
> Issue Type: Bug
> Affects Versions: 1.1.6.GA
> Reporter: Andrew
> Assigned To: Gavin King
> Fix For: 1.3.0.BETA1
>
> Attachments: JBSEAM-1243.zip
>
>
> See JBoss Forum Reference of this bug.
> Will try to attach reproduce code in a bit.
--
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