Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

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

scott.stark@jboss.org

2007-08-08



| <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
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.