Omnifaces Faces.redirect loses conversation scope
问题 I have problem with org.omnifaces.util.Faces#redirect and conversation scoped bean: there is a button <p:commandButton action="#{navigationHandler.gotoCreateCar}" actionListener="#{createHandler.init(searchHandler.search())} value="#{msg.search}" update=":articleSearchForm"> <f:param name="cid" value="#{javax.enterprise.context.conversation.id}"/> </p:commandButton> which must do a navigation to createCar page within the same conversation scope after init of my conversation scoped bean: