Hello everybody. > > I'm using my-faces-orchestra 1.1 library with Tomcat 6.0, spring 2.0, > myfaces 1.1.5 and I'm facing the following problem: > > - I define a bean with scope 'conversation.access'. When, from a window I > open a new popup window, I lose the bean in the new window (that is, the > bean is recreated). This happens only if the new window is popped up! Of > course, if I set the bean scope to 'session' it works. Is there any > solution?
Thank you..