[seam-issues] [JBoss JIRA] Commented: (JBSEAM-3902) Allow disabling of conversation id's on a per-redirect basis

Patrick Alberts (JIRA) jira-events at lists.jboss.org
Mon Jun 6 11:49:59 EDT 2011


    [ https://issues.jboss.org/browse/JBSEAM-3902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606641#comment-12606641 ] 

Patrick Alberts commented on JBSEAM-3902:
-----------------------------------------

propagation="none" works well from an s:link but not from the pages.xml That seems inconsistent and limiting.

I see that this request is quite old already. What's the current state of thinking around this?

> Allow disabling of conversation id's on a per-redirect basis
> ------------------------------------------------------------
>
>                 Key: JBSEAM-3902
>                 URL: https://issues.jboss.org/browse/JBSEAM-3902
>             Project: Seam 2
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 2.1.1.GA
>            Reporter: Preben Ludviksen
>              Labels: conversations, redirect
>
> Some times you have a redirect rule in pages.xml:
> <page view-id="/login.xhtml">
>   <navigation>
>     <rule if-outcome="success">
>       <redirect view-id="/servers.xhtml" />
>     </rule>
>   </navigation>
> </page>
> And you know that you aren't relying on conversation propagation for the given view. It would be nice to have the possibility to disable the automatic propagation to keep the URLs nice in these cases:
>      
> <redirect view-id="/servers.xhtml" propagation="none" />

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list