[jboss-user] [JBoss Seam] - How to get out of pageflow conversation?

thejavafreak do-not-reply at jboss.com
Fri Jan 25 00:18:19 EST 2008


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,

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123312#4123312

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123312



More information about the jboss-user mailing list