Results 1 to 3 of 3

Thread: Open a new Window/Popup from a flow

  1. #1
    Join Date
    Mar 2010
    Posts
    3

    Default Open a new Window/Popup from a flow

    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

  2. #2
    Join Date
    Mar 2010
    Posts
    8

    Default ...

    Hi

    I guess you could always use
    Code:
    <h:outuputLink>
    with the url of the flow you want to call as its value attribute...

    edit:
    Maybe I didn't get the question right.. You want to open a new window with a new flow or something else ?
    Last edited by clemensp; Mar 7th, 2010 at 05:26 AM.

  3. #3
    Join Date
    Mar 2010
    Posts
    28

    Default

    Hi there!

    I've the quiet similar problem:

    I have a flow and some models attached to it and I want to open a new window for previewing some datas entered in the flow.

    I cannot find how to do that ...

    Any idea?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •