Hi there, I am using webflow 2 in combination with richFaces and I wonder if there is a way to open a new window or tab from within an xhtml page.
I've already tried several things with h:commandLink and h:outputLink.
My aim is to trigger a flow which opens up a new window while the existing window/flow remains as it is. Unfortunatly Webflows option "popup=true" results in an modal panel an therefore is not an option.
So is there somthing in webflow to do somethink like <h:commandLink target"blank" action="myFlow"/> or window.open(myFlow) ?
Thanx in advance !
Greetings
Peter


Reply With Quote