[jboss-user] [JBoss Seam] - How to call action method from pageflow

tkalactomo do-not-reply at jboss.com
Thu Jun 21 07:53:16 EDT 2007


  | <start-page name="sample" view-id="/sample/sample/PageSample.jsp"
  | 		timeout="3600000">		
  | 		<redirect/>
  | 		<description>#{messages['sample.sample']}</description>  
  | 		 <transition name="sampleTransition" to="sampleDecision"/>
  | 	</start-page>	
  | 	   
  |    	   <decision name="sampleDecision" expression="#{sampleBean.sampleAction}">
  |         <transition name="OK" to="sample"/>
  |         <transition name="NOT" to="notDefinedSample"/>
  |   	   </decision>
  | 

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

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



More information about the jboss-user mailing list