This looks to be entirely correct.<br><br>In the first case you are inserting a new Applicant (that I assume is the class you&#39;ve added the &quot;setLst&quot; method to), but you are trying to invoke the method with an integer parameter. The same failure could be expected in Java.<br>
<br>In the second case you do not have Applicant listed in the &quot;then&quot; BRL Fragment, as Applicant is not added to and bound in the &quot;when&quot; part of the rule.<br><br>What are you actually trying to achieve?<br>
<br>With kind regards,<br><br>Mike<br><br><div class="gmail_quote">On 12 February 2013 11:02, Aditi Hardas <span dir="ltr">&lt;<a href="mailto:aditi.hardas@gmail.com" target="_blank">aditi.hardas@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi ,<br>
<br>
I also want to do something related to collections into the Guvnor. I have<br>
updated an existing POJO with the list attribute and generated its getter<br>
setter too .Then uploaded a jar into the Guvnor. When I tried to call a<br>
setter of the list in a action part I am getting error.<br>
<br>
Please find the attach document for the steps and screenshot.<br>
<br>
<br>
List_in_Guvnor.doc<br>
&lt;<a href="http://drools.46999.n3.nabble.com/file/n4022238/List_in_Guvnor.doc" target="_blank">http://drools.46999.n3.nabble.com/file/n4022238/List_in_Guvnor.doc</a>&gt;<br>
<br>
Thx<br>
<br>
<br>
<br>
-----<br>
Aditi<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/guvnor-5-5-Guided-decision-tables-web-based-tp4022179p4022238.html" target="_blank">http://drools.46999.n3.nabble.com/guvnor-5-5-Guided-decision-tables-web-based-tp4022179p4022238.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>