Hi All, I have a JSF which contains 1 link ..on clicking that link...popup window should open and some values which are present on main jsf need to be sent to popup window.
Please suggest me the way for that.
thanks in advance
Srinivas Krishnamoorthy
Greenhorn
Joined: Jul 28, 2008
Posts: 5
posted
0
Write a normal JSF forward method to transfer data to the page bean of the pop-up page and return the mapping forward to the pop-up page (Till this point the code should be a complete one to open the page in the same window)
to open the popup use javascript function given below. Call the function in the onmousedown method of the link, popUpScreen('viewbase',this).