I write in processdefinition.xml:

decision
transition
condition expression="#{date1 le date2}"
transition
decision

but date1 > date2 is wrong, because:
for example, if date1=01/01/2005 and if date2=16/01/2000
date1 le date2 is true because 01 < 16, it is wrong!!!!!

what can I use instead of le???


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020057
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to