On 3/6/07, Patrick Santana <[EMAIL PROTECTED]> wrote:

Guys,

I have this LHS

1.            when
2.                  map:Map();
3.                      map.put("UID","0");
4.                  eval(MapUtils.getString(map,
"SUPPLIER").equals("{supplier}"));

Is it possible what I try to do in the line 3? I'm receiving: unknown:66:18
Unexpected token '"UID"'


Maybe it would help if you tried to describe what you're trying to do?  Why
would you want to insert a key/value pair into the map within the rule
condition?

 - Geoffrey
--
Geoffrey Wiseman
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to