Hi Abhinay,
I was also expected the same and still struggling for the right answer . see
my older post
http://drools.46999.n3.nabble.com/guvnor-5-5-Guided-decision-tables-web-b...
<
http://drools.46999.n3.nabble.com/guvnor-5-5-Guided-decision-tables-web-b...
I would like to ask you that according to your first post you have created a
Hash Map.
Map<String, Integer> map = new HashMap<String,Integer>();
map.put("amount",12);
My DRL is as follows :
when
$h : HashMap(this["amount"]!=null)
then
//something
So did you created that in Guvnor or in hand coded drl file ? How Guvnor
will identified HashMap(this["amount"]!=null) statement without creating a
object of HashMap ?
-----
Aditi
--
View this message in context:
http://drools.46999.n3.nabble.com/Can-an-Object-inside-a-map-be-used-in-g...
Sent from the Drools: User forum mailing list archive at
Nabble.com.