[jboss-user] [JBoss Seam] - Re: Problems Starting Page Flows

Delphi's Ghost do-not-reply at jboss.com
Tue Apr 17 14:00:49 EDT 2007


Regarding pageflows from the pages.xml file, are you using the generic catch-all "*' view id and assigning outcomes to pageflows? i.e.


  | <page view-id="*'>
  | <navigation>
  |   <rule if-outcome="startWizard">
  |     <begin-conversation pageflow="wizardFlow"/>
  |   </rule>
  | </navigation>
  | </page>
  | 
  | 

or do you put the begin-conversation tag on the "wizardPage1" page information : 


  | <page view-id="wizardPage1.xhtml">
  |     <begin-conversation pageflow="wizardFlow"/>
  | </page>
  | 
  | 

I'm just wondering since the first method allows global navigation based on the outcome of startWizard from any method. The second requires you to always navigate to the wizardPage1.xhtml page in order to start the wizard page flow. In the event of the name of first page page of the wizard changes, means you have to replace it everywhere. 




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

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



More information about the jboss-user mailing list