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.

For anyone who is interested in the solution.
I used window.opener function of javascript.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.