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

Norman Richards (JIRA) jira-events at lists.jboss.org
Mon Jan 19 22:29:14 EST 2009


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

Norman Richards reassigned JBSEAM-3902:
---------------------------------------

    Assignee: 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
>            Assignee: Norman Richards
>
> 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