I'm using JSF2 and PrimeFaces and each time I make an Ajax request and check if the current conversation
is transient, it isn't and a new conversation is started.
When I disable the Ajax request, the form automatically passes the cid
and the conversation is resumed, but when the is an Ajax request, the cid
isn't passed automatically.
How is the right way to pass the cid
when using Ajax requests with @ConversationScoped
? Why this parameter isn't passed automatically?