<p dir="ltr">Sounds like a possible bug.</p>
<p dir="ltr">Please open a GUVNOR JIRA and attach a complete example demonstrating the problem.</p>
<p dir="ltr">Thanks. </p>
<p dir="ltr">Sent on the move</p>
<div class="gmail_quote">On 26 Aug 2013 10:18, &quot;Soumya.plavaga&quot; &lt;<a href="mailto:soumya.bose@plavaga.in">soumya.bose@plavaga.in</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
We are trying to use the advanced enumeration with guvnor 5.5.0.Final. But<br>
seems not working for us. We are doing this -<br>
<br>
Having model cascadedModel. CascadedModel has following fields -<br>
1. categoryField (Type Text)<br>
2. departmentField. (Type Text)<br>
<br>
Cascaded model has a fact called -<br>
cascadedFact.<br>
<br>
Created an enum called cascadedEnum having following -<br>
<br>
Fact =&gt; &#39;cascadedFact&#39;<br>
Field =&gt; &#39;categoryField&#39;<br>
Context =&gt; &#39;(new<br>
com.ugamsolutions.projectname.guvnorhelper.CategoryListing()).getAttributeListByName(&quot;categoryName&quot;)&#39;<br>
<br>
Fact =&gt; &#39;cascadedFact&#39;<br>
Field =&gt; departmentField[categoryField]<br>
Context =&gt; &#39;(new<br>
com.ugamsolutions.projectname.guvnorhelper.DepartmentListing()).getAttributeListByNameAndCategoryIdString(&quot;departmentName&quot;,&quot;@{categoryField}&quot;)&#39;<br>
<br>
And using these two enums in a web decision table&#39;s drop down. First drop<br>
down suppose to display all the categories returned for &#39;categoryField&#39; and<br>
second dropdown will return the departments based upon category dropdown<br>
selection.<br>
<br>
Here my case Category drop down is listing properly, no issues. But upon<br>
category selection department dropdown is not loading at all. Actually I can<br>
see &#39;{@categoryField} in enum is not replacing the primary drop down&#39;s<br>
selected value. Can you please take a look and let me know if there is any<br>
issue with the advanced dropdown with web decision table in guvnor<br>
5.5.0.Final war?<br>
<br>
Any help will be really appriciated.<br>
<br>
Many Thanks,<br>
<br>
Soumya<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Guvnor-5-5-0-Final-Web-decision-table-s-advanced-enum-is-not-working-tp4025675.html" target="_blank">http://drools.46999.n3.nabble.com/Guvnor-5-5-0-Final-Web-decision-table-s-advanced-enum-is-not-working-tp4025675.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></div>