Re: [rules-users] DSL Enumerations

2013-01-22 Thread GPatel
: Re: [rules-users] DSL Enumerations Ok. Thanks for letting me know. -- View this message in context: http://drools.46999.n3.nabble.com/DSL-Enumerations-tp4021696p4021727.html Sent from the Drools: User forum mailing list archive at Nabble.com

Re: [rules-users] DSL Enumerations

2013-01-22 Thread rjr201
Ok. Thanks for letting me know. -- View this message in context: http://drools.46999.n3.nabble.com/DSL-Enumerations-tp4021696p4021727.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@l

Re: [rules-users] DSL Enumerations

2013-01-22 Thread Michael Anstis
Unfortunately this is not possible. Dependent enumerations at present work only on a single line. On 21 January 2013 16:26, rjr201 wrote: > Hi, > > I'm creating a DSL with dropdown boxes that are populated by enumerations. > I > have so far had success in making one drop down box dependent on t

[rules-users] DSL Enumerations

2013-01-21 Thread rjr201
Hi, I'm creating a DSL with dropdown boxes that are populated by enumerations. I have so far had success in making one drop down box dependent on the value of another dropdown box on the same [when] line: [when]For every {objectType:ENUM:Object.type} with {attribute:ENUM:Object.attribute} equal t