<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
line 3 is illegal, you can't just put random java expressions in a LHS.
instead do:<br>
eval( map.put("uid", "0") != null )<br>
<br>
Although you shouldn't be writting to stuff in a LHS.<br>
<br>
Patrick Santana wrote:
<blockquote cite="mid:815455.41295.qm@web56008.mail.re3.yahoo.com"
 type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div
 style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">Guys,<br>
  <br>
I have this LHS<br>
  <br>
1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; when<br>
2. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map:Map();<br>
3. <span style="font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
map.put("UID","0");</span><br>
4. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eval(MapUtils.getString(map,
"SUPPLIER").equals("{supplier}"));<br>
  <br>
  <br>
  <div>&nbsp;<br>
Is it possible what I try to do in the line 3? I'm receiving: <span
 style="font-weight: bold; font-style: italic;"><a class="moz-txt-link-freetext" href="unknown:66:18">unknown:66:18</a>
Unexpected token '"UID"'</span><br>
  <br>
  <span style="font-weight: bold;"><span style="font-style: italic;"><br>
  </span></span>Thank you very much,<br>
  <br>
Patrick<span style="font-weight: bold;"><span
 style="font-style: italic;"><br>
  </span></span>PS.: I'm using a .dsl file. I just removed it from here
to simplify.<br>
  </div>
  <br>
  <br>
  <br>
  <br>
  <br>
____________________<br>
Patrick Santana<br>
<a class="moz-txt-link-abbreviated" href="mailto:patrick@digitalbio.be">patrick@digitalbio.be</a>
  <div><br>
  </div>
  </div>
  <br>
  <hr size="1"> New Yahoo! Mail is the ultimate force in competitive
emailing. Find out more at the <a moz-do-not-send="true"
 href="http://uk.rd.yahoo.com/mail/uk/taglines/default/championships/games/*http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk/">Yahoo!
Mail Championships</a>. Plus: play games and win prizes.
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>