: 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
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
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
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