Hello,

Can anybody explain me how I can "kick-off" a subflow in another browser window in Spring Webflow 1.x ?

I've got a mainflow, a subflow, an "overview" xhtml and a "detail" xhtml.
On my overview xhtml I've got a commandlink with an onclick which opens up the new window. In that new window I want to show the detail of the selected entry, in a new window using the detail xhtml. The latter is a view-state in my detail subflow.

How can I accomplish the above ?
Any working example and/or help are welcome.

Thanks,
EDH