<p>You cannot merge multiple ACTION columns into a single DRL statement.</p>
<p>If your individual key components can be bound as individual  CONDITION Colum constraints the ACTION need only contain the value.</p>
<p>sent on the move</p>
<p>On 1 Jun 2012 21:18, &quot;chsekhar&quot; &lt;<a href="mailto:chandrasekhar.a@gmail.com">chandrasekhar.a@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In the example you had given, how would I be able to pass &quot;keys&quot; from one<br>
ACTION to another in &quot;decision table&quot;? It cant be a global variable because<br>
this(keys) has to be a new instance per row. Is there some mechanism in<br>
decision table which would let me refer the values from column into another?<br>
<br>
KeyPojo keys = new KeyPojo();<br>
  keys.setKey1(...);<br>
  ...<br>
  keys.setKeyk(...);<br>
  ...<br>
  keys.setKeyN(...);<br>
  $myMap.put(keys, value);<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Drools-Decision-Table-multiple-actions-accumulation-tp4017733p4017736.html" target="_blank">http://drools.46999.n3.nabble.com/Drools-Decision-Table-multiple-actions-accumulation-tp4017733p4017736.html</a><br>

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>
</blockquote></p>