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

Preben Ludviksen (JIRA) jira-events at lists.jboss.org
Mon Jan 19 16:53:04 EST 2009


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