Hi all,
i need to write a rule to compare a String with a list of Strings (say
String[] nameList).
Person()
{
String name;
}
Values()
{
String[] nameList = new String[]{ "abc", "abcdef" }
}
how can i write the rule??
when
name of the person is same as any names in the nameList
then
do .....
i have tried different rule but still not able to get the desired output.
Thanks a lot in advance.... :) :) :)
--
View this message in context:
http://drools.46999.n3.nabble.com/Need-drl-help-for-arraylist-tp3883683p3...
Sent from the Drools: User forum mailing list archive at
Nabble.com.