RE: [rules-users] Map using from constraint

2008-07-16 Thread Paul Ryan
k Proctor Sent: Wednesday, July 16, 2008 4:29 PM To: Rules Users List Subject: Re: [rules-users] Map using from constraint Paul Ryan wrote: Hi all, Is there a way using the 'from' constraint to get the values of a map(the implementations of java.lang.Map eg HashMap, TreeMap, etc) into a c

Re: [rules-users] Map using from constraint

2008-07-16 Thread Mark Proctor
Paul Ryan wrote: Hi all,   Is there a way using the ‘from’ constraint to get the values of a map(the implementations of java.lang.Map eg HashMap, TreeMap, etc) into a constraint parameter, and if so can someone please give an example. Below is the way I’ve been trying, witho

[rules-users] Map using from constraint

2008-07-16 Thread Paul Ryan
Hi all, Is there a way using the 'from' constraint to get the values of a map(the implementations of java.lang.Map eg HashMap, TreeMap, etc) into a constraint parameter, and if so can someone please give an example. Below is the way I've been trying, without success, to get a value based on a k