[jboss-user] [JBoss Seam] - JPDL: Multiple actions on transition or page?

patrickr do-not-reply at jboss.com
Thu Aug 23 17:41:05 EDT 2007


Hi,

according to the pageflow-2.0 schema this is valid:
<start-page name="Address" view-id="/pages/checkout/address.xhtml">
  | 		
  | 	<action expression="#{flowUtil.test}" />
  | 	<action expression="#{flowUtil.test2}" />
  | 		
  | 	<transition name="next" to="End">
  | 		<action expression="#{action1.test}" />
  | 		<action expression="#{action2.test2}" />
  | 	</transition>
  | 
  | </start-page>
However, only the first action is called. Is this a bug? I would love to chain multiple actions, because then I could plug in more actions without any dependencies.

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

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



More information about the jboss-user mailing list