<br>&nbsp;&nbsp; Did you tried:<br><br>&nbsp;&nbsp; Person( contact != null, contact.email == null )<br><br>&nbsp;&nbsp; ?<br><br>&nbsp;&nbsp; Edson<br><br><br><div><span class="gmail_quote">2007/8/30, <a href="mailto:Tim.Nguyen@expeditors.com">Tim.Nguyen@expeditors.com
</a> &lt;<a href="mailto:Tim.Nguyen@expeditors.com">Tim.Nguyen@expeditors.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi group,<br><br>Currently I have to use eval to access to lower lever of an attribute. For<br>example:<br><br>rule &quot;test rule&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; when<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$person: Person ()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eval (($person.getContact() != null) &amp;&amp;
<br>($person.getContact().getEmail() == null))<br>&nbsp;&nbsp;&nbsp;&nbsp; then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println (&quot;Email address is missing&quot;)<br>end<br><br><br>Is there anyway not to use eval. I would like to do something like this:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$person: Person ($contact: contact != null, $contact.getEmail() ==<br>null)<br><br>but it throws errors<br><br><br>Thanks,<br><br>Tim<br><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">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></blockquote></div>
<br><br clear="all"><br>-- <br>&nbsp;&nbsp;Edson Tirelli<br>&nbsp;&nbsp;Software Engineer - JBoss Rules Core Developer<br>&nbsp;&nbsp;Office: +55 11 3529-6000<br>&nbsp;&nbsp;Mobile: +55 11 9287-5646<br>&nbsp;&nbsp;JBoss, a division of Red Hat @ <a href="http://www.jboss.com">
www.jboss.com</a>