CDI @Conversation not propagated with handleNavigation()
- by Thomas Kernstock
I have a problem with the propagation of a long runnig conversation when I redirect the view by the handleNavigation() method. Here is my test code:
I have a conversationscoped bean and two views:
conversationStart.xhtml is called in Browser with URL
http://localhost/tests/conversationStart.jsf?paramTestId=ParameterInUrl
<!DOCTYPE html…