[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3752) The possibility to kill the conversation stack with the "s:conversationPropagation" tag is missing
Jacob Orshalick (JIRA)
jira-events at lists.jboss.org
Wed Apr 8 20:47:22 EDT 2009
[ https://jira.jboss.org/jira/browse/JBSEAM-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12461353#action_12461353 ]
Jacob Orshalick commented on JBSEAM-3752:
-----------------------------------------
<end-conversation before-redirect="true" root="true"/> is already supported, take a look at pages-2.1.xsd for details.
You could accomplish <s:link propagation="endAll"> by invoking an action that uses the Manager API:
Manager.instance().endRootConversation(true);
> The possibility to kill the conversation stack with the "s:conversationPropagation" tag is missing
> --------------------------------------------------------------------------------------------------
>
> Key: JBSEAM-3752
> URL: https://jira.jboss.org/jira/browse/JBSEAM-3752
> Project: Seam
> Issue Type: Feature Request
> Affects Versions: 2.1.1.CR1
> Reporter: Denis Forveille
> Assignee: Jacob Orshalick
>
> The possibility to kill the conversation stack with the "s:conversationPropagation" is missing in v2.1.1.CR1.
> It is possible to do that via annotation @End(root=true), the API or with pages.xml, but not with the "s:conversationPropagation" tag that may use to begin/end/join etc... a conversation
> Maybe by adding another enum for "type" like "endAll" ?: <s:conversationPropagation type="endAll" />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list