On 3/2/07, Francisco Brum <[EMAIL PROTECTED]> wrote:
I also need to make a rule with a lookup tables, and I have found that the new version of rules support 'from'.
Another solution could be the the use of globals: http://labs.jboss.com/file-access/default/members/jbossrules/freezone/docs/3.0.5/html_single/index.html#d0e719 You could insert a global "PartnerList" and a global "PortLocationList" and evaluate on these. It somewhat depends on your situation: using "FROM" is definitely more powerful, globals are quicker to implement because you probably have this List object laying around already. Best regards Marcus _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
