The view source for the package shows *all* DRL including imports, globals, rules etc. The view source for an individual asset just shows the rule (or whatever) DRL.<br><br>You don&#39;t normally need to worry that the decision table source does not show an import - unless you are retrieving the source through REST or something.<br>
<br>Building a package in Guvnor will include the imports and rules correctly.<br><br><div class="gmail_quote">On 28 March 2012 15:58, srinivasasanda <span dir="ltr">&lt;<a href="mailto:srinivasasanda@gmail.com">srinivasasanda@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">Thanks Manstis,It is working fine when i click ViewSource for package,the<br>
import statements which I added are displaying<br>
<br>
import java.util.List;...<br>
<br>
But,When I navigate to decisontable(rule),and click ViewSource,the import<br>
statements are not displaying.I need to add import statements in that<br>
rule(guided decison table).The import statements must be displayed when I<br>
click viewSource for that decison table.<br>
<br>
Can you please help me out.<br>
<br>
Thanks<br>
Sanda<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Import-statement-in-WebGuided-DecisonTable-tp3864373p3864770.html" target="_blank">http://drools.46999.n3.nabble.com/Import-statement-in-WebGuided-DecisonTable-tp3864373p3864770.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>