Is it possible to open a resource into a new browser Tab (like target="_newtab" for command buttons) from server side jsf code?
The following Code opens the resource in the same tab:
FacesContext.getCurrentInstance().getExternalContext().redirect("resource.jsp");
I'm using primefaces. I think there is a possibility with javascript and icefaces.