[jboss-user] [JBoss jBPM] - Null check in condition
tarun1981
do-not-reply at jboss.com
Tue Jun 5 11:49:37 EDT 2007
Hi Guys,
I am trying to check for null condition in transition but its not working for me. I have tried various possible ways of EL. I have tried following till now but nothing worked for me
<transition name="errorTrans" to="end">
| <condition>#{outputData == "null"}</condition>
| </transition>
|
|
| <transition name="errorTrans" to="end">
| <condition>#{outputData == null}</condition>
| </transition>
|
| <transition name="errorTrans" to="end">
| <condition>#{outputData is null}</condition>
| </transition>
|
| <transition name="errorTrans" to="end">
| <condition>#{empty outputData}</condition>
| </transition>
|
PLEASE HELP!!! Thanks in advance
-Tarun
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051439#4051439
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051439
More information about the jboss-user
mailing list