0

I'm using cdi conversation scope bean with jsf, inside my jsf page I open a popup window , and I want to use the same conversation id as the parent window.

How can I do that? when I open the popup window and enter the bean, it is a new bean so the conversation does not exist. I want the new window to use the same conversation. Is possible to create this? How do I pass this conversation to the new page?

Thank's In Advance.

user2046810
  • 393
  • 1
  • 8
  • 21

1 Answers1

2

when you open the new window, append a parameter with the conversation id in it. I believe the param is cid

John Ament
  • 11,595
  • 1
  • 36
  • 45