Ok thanks - that worked when partnerList was an ArrayList, how would I code my "contains" condition if the parternList was a HashMap!?
Michael Neale wrote: > > contains works on the Collection interface. So if parnerList is a > ArrayList > of String, then you could do: parnerList contains "2900" > -- View this message in context: http://www.nabble.com/Example-of-contains-operator...-tf3202978.html#a8944919 Sent from the drools - user mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
