[
https://issues.jboss.org/browse/JBSEAM-3902?page=com.atlassian.jira.plugi...
]
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