Re: [rules-users] Use of if else condition in drools

2007-05-31 Thread Mark Proctor
Simply identify the logic the "else" is trying to capture and write an alternative rule to represent it. Mark Rajesh.Sachin10 wrote: How to use if else conditions in one [when] [then] condition in drools? Eg: if(something){ do 1} else {do 2} I need to use only one [when] [then] conditi

[rules-users] Use of if else condition in drools

2007-05-31 Thread Rajesh.Sachin10
How to use if else conditions in one [when] [then] condition in drools? Eg: if(something){ do 1} else {do 2} I need to use only one [when] [then] condition. The requirement is like that. -- View this message in context: http://www.nabble.com/Use-of-if-else-condition-in-drools-tf3846333