Hi,
I have a JSF application.
There is page parent.jsp which opens a popup using javascript (window.open() function)
I want the data on the parent.jsp page to be available on the popup window as well.
Any idea how this can be done.
The application also uses JSF Portlets.