Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
14. Jul 2008, 23:04 CET | Link

I have a long running conversation running and likr to start a pageflow in the context of that pageflow.

I have a page.xml with this:


<rule if-outcome="selected">
  <begin-conversation pageflow="viewContract" join="true"/>
  <redirect view-id="/secure/contract/contract_details.xhtml" />
</rule>

I get the redirect but the pageflow is not started and there no error message. Is it not possible to start a pageflow in an already running conversation?