[jboss-user] [JBoss Seam] - Navigation

lightbulb432 do-not-reply at jboss.com
Thu Jan 4 13:19:22 EST 2007


Few questions about navigation:

1) When using pages.xml as opposed to navigation.xml, when would you specify @Begin and @End on bean methods rather than in the pages.xml file (and I know you can put it in both places, but that's just for better documentation)? I'd guess that pages.xml makes the @Begin and @End unnecessary, because it can do the same thing but offer more functionality.

2) Aren't the @Begin and @End somewhat inflexible - e.g. can one method marked @End end a conversation started from one page or method but not another - I'm guessing no, right - it would end every conversation? But what I mentioned is possible if specified in pages.xml? Hmm, am I making any sense here...?

3) Also, when using pages.xml as opposed to navigation.xml, where must the pageflowDefinitions or processDefinitions file be located? (Which archive file, and which folder underneath it? Anywhere on the classpath, or a particular set of places where it must be located?)

<component class="org.jboss.seam.core.Jbpm">
  |     <property name="processDefinitions">
  |         myfile.jpdl.xml
  |     </property>
  | </component>

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

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



More information about the jboss-user mailing list