<br><div class="gmail_quote">On 13 July 2011 14:40, Syargey <span dir="ltr">&lt;<a href="mailto:Syargey@tut.by">Syargey@tut.by</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In fact, I don&#39;t need to have default values if no values were found.<br>
<br>
I need default values if part of LHS is never true.<br>
<br>
If I have the rule:<br>
<br>
rule &quot;rule_11&quot;<br>
    when<br>
        Object1( constraint1 )<br>
        Object2( constraint2 )<br>
<div class="im">    then<br>
        insert(new Result());<br>
end<br>
<br>
</div>I&#39;d like to have rule applying when &quot;Object1( constraint1 )&quot; fails.<br>
<br></blockquote><div> </div><div>when<br></div><div>   not Object1( constraint1 )<br>then<br><br>-W<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

In decision table.<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/decision-tables-and-default-rules-for-case-when-part-of-LHS-failes-for-other-rules-tp3162872p3165787.html" target="_blank">http://drools.46999.n3.nabble.com/decision-tables-and-default-rules-for-case-when-part-of-LHS-failes-for-other-rules-tp3162872p3165787.html</a><br>

</font><div><div></div><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br>