]
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: