What version of Guvnor are you using?<br><br>It is impossible to define the DRL you show below with pre-5.4.<br>
<br>Pre-5.4 you have to have a field constraint on the pattern (even if it&#39;s this != null).<br><br>Add conditon-&gt;Add pattern-&gt;Customer (binding\variable $cc)-&gt;Add field, this-&gt;Add operator, is not null.<br>
<br>With 5.4 you can define a BRL fragment, but this is not necessary for your requirement as the above will suffice.<br><br>Showing a screen-shot of your decision table (with header expanded) would be helpful.<br><br><div class="gmail_quote">
On 20 July 2012 13:29, abhinay_agarwal <span dir="ltr">&lt;<a href="mailto:abhinay_agarwal@infosys.com" target="_blank">abhinay_agarwal@infosys.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<a href="http://drools.46999.n3.nabble.com/file/n4018799/Untitled.png" target="_blank">http://drools.46999.n3.nabble.com/file/n4018799/Untitled.png</a><br>
<br>
y m i getting *Error: unable to resolve method using strict-mode:<br>
org.drools.spi.KnowledgeHelper.$cc()]* error...<br>
<br>
my $cc is binded with a Customer()..<br>
<br>
how can i do this in the condition column of a decision table:<br>
<br>
<br>
rule &quot;my rule&quot;<br>
when<br>
       $cc:Customer()<br>
then<br>
      //something<br>
end<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776p4018799.html" target="_blank">http://drools.46999.n3.nabble.com/Web-guided-Decision-table-tp4018776p4018799.html</a><br>

<div class="HOEnZb"><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>