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