| <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=4056434#4056434

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056434
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to