2 Replies Latest reply on Mar 29, 2009 2:51 PM by martinvich

    Click link and open in new window + one instance of a managing bean ?

    martinvich

      Is there a recommended way how to open new browser window and send some user data from one window to original window ? I constructed quite primitive example, my main problem is that i cant access the same instance of managing bean like is in parent form. 


      in parent.xhtml :


      <a:commandLink value="OpenIndenpedentWindow" onclick="window.open('inAnotherWindow.seam','mywindow','width=600,height=600')">
      </a:commandLink>




      this is nice post :
      http://www.icefaces.org/JForum/posts/list/2382.page
      ... but i am using richfaces :(


      thank you !