1 Reply Latest reply on Jan 28, 2008 5:29 AM by pmuir

    How to get out of pageflow conversation?

    thejavafreak

      Dear all,

      When we are in the middle of pageflow conversation, how do we get out of it without getting illegal navigation error? Does seam provide a way to do this?

      I tried example from here:
      http://www.jboss.com/index.html?module=bb&op=viewtopic&t=120241

      By using:

      <s:link view="/application/client/form.xhtml"
       action="#{applicationForm.begin}"
       value="#{messages['application.form']}" />


      Action in s:link

      and then set an action in pages.xml when we get out of the #{applicationForm.begin}. But that only works for one action. What if you're in the middle of another action in pageflow process? It doesn't work. Ok you can list all the possibilities but that is just too much.

      I have looked around the forum but it seems that the workarounds is on a dead-end.

      Has anyone found a global (works with all navigation possibilities) solution for getting out of pageflow conversation no matter what action we are in?

      Thanks in advance,