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

[456 byte] By [ssrinivasa] at [2007-11-26 16:15:21]
# 1

I'm setting the onClick-attribute of the button to

this.form.target = '_blank';

window.setTimeout('document.getElementById(\'' + this.form.id + '\').target = null;', 50);

Before the timer ends after 50 milliseconds and resets the target the browser has poped up a new window and has sent the request .

Ingmara at 2007-7-8 22:38:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...