problem with navigation
Hi
Can anybody tell me how to open a new page like window.open() when I click on jsf commandButton asssociated with an action and navigation rule given for that action.
The problem is that when I click on button new page is replcaing some part of the original page but I want the new page should be loaded in entirely different window like javascript window.open(new jsp page).
keeping original without any change.
Thank your

