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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...