[jboss-user] [JBoss Seam] - decision and method which accepts params?

tkalactomo do-not-reply at jboss.com
Wed Aug 8 08:51:05 EDT 2007


  | <decision name="decision"
  | expression="#{bean.method(param)}">
  |         <transition name="OK" to="good"/>
  |         <transition name="NOT" to="notgood"/>
  | </decision>
  | 

Advantage of the pageflows and theirs decisions and transitions is that you can call transitions from pages like an actions.
Those pages can then be generic and used like templates,included in other pages who call that same transition by same name.Then we in pageflow define what that transition will do later and make it really generic.In my app main disadvantage in all that logic is that I can't use method which accepts some parameters,then all that talk about including generic pages in some other pages is out of plan.
This would be a very useful to implement such feature.

Thanks in advance

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

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



More information about the jboss-user mailing list