Hi,

I'm currently trying to implement a rule that would support the
following:

Let us imagine the following JavaBean:

MyBean
------
String propertyA
boolean propertyB

(With the accessors, modifiers and propertyChangeListener etc)

I would like to retrieve the value(s) of propertyA for which propertyB
is _always_ TRUE. Moreover, I would like it to match just once per
propertyA.

I have tried to do so in many ways but I don't manage to get it working.
Right now, I just check for the value of propertyB for all the beans,
but this is obviously far from my requirements! I have miserably failed
in any other attempt to approach the problem...

I guess one of my problems is likely to be related to this thread
http://www.mail-archive.com/[email protected]/msg02019.html about
(exists) and variable bindings..

Could anyone point me the right direction?

Thanks in advance,

Carlos



--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to