This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Click link and open in new window + one instance of a managing bean ?joblini Mar 28, 2009 11:30 PM (in response to martinvich)Have you considered using Nested Conversations 
- 
        2. Re: Click link and open in new window + one instance of a managing bean ?martinvich Mar 29, 2009 2:51 PM (in response to martinvich)Yes, thats also option. I am calling nested conversation with the help of @Begin and @End annotations. firstScreen.xhtml : <a:commandLink value="Call nested in second browser window" action="#{manageBean.beginNestedConv(beanInstance)}"> </a:commandLink> firstScreen.page.xml : <navigation from-action="#{manageBean.beginNestedConv(beanInstance)}"> <redirect view-id="/nestedwindow.xhtml" /> </navigation>Where i could call javascript to open nested conversation in new browser window ? 
 
    