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

Pete Muir (JIRA) jira-events at lists.jboss.org
Thu Feb 4 12:26:26 EST 2010


     [ https://jira.jboss.org/jira/browse/JBSEAM-3902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir updated JBSEAM-3902:
------------------------------

    Assignee:     (was: Norman Richards)


> Allow disabling of conversation id's on a per-redirect basis
> ------------------------------------------------------------
>
>                 Key: JBSEAM-3902
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3902
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 2.1.1.GA
>            Reporter: Preben Ludviksen
>
> 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.
-
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