[
https://issues.jboss.org/browse/CDI-135?page=com.atlassian.jira.plugin.sy...
]
Nicklas Karlsson commented on CDI-135:
--------------------------------------
if the functionality would be extended, the parameter should probably be renamed to
something like that, yes. But I'm not sure if nest should be an option since the CDI
spec itself doesn't acknowledge this concept.
Request parameter for terminating cid propagation
-------------------------------------------------
Key: CDI-135
URL:
https://issues.jboss.org/browse/CDI-135
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Contexts
Affects Versions: 1.0
Reporter: Nicklas Karlsson
The specification says the conversation id of non-transient conversations should be
automatically propagated, it would however be handy to be able to stop this propagation on
a per-component basis. If the request token (e.g. named "nocid") would be
present, CDI would interpret this as if no cid was found in the request. This would enable
users to jump from non-transient to non-transient conversations in one step (e.g. by using
a commandLink with a f:param named nocid and an action that would start a new
non-transient conversation.
A further enhancement could be that the parameter value could be "end" and CDI
would terminate the propagated non-transient conversation instead of just abandoning it.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira