Hello,
I have this expression on my task:
|
| <decision name="Collateral" expression='#{ collateral ==
"true" }'>
| <transition to="fork1" name="true"></transition>
| <transition to="NO_COLLATERAL"
name="false"></transition>
| </decision>
|
|
| final Map<String, Serializable> param = new HashMap<String,
Serializable>();
| final String collavalue = "true";
| param.put("collateral", collavalue);
|
my problem is the expression always falls to 'false' transition. How can make it
work? And also if anyone can give me a different expression handling or tutorials, just
for future references. :)
Thanks a lot.
Cheers.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249753#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...