f : FieldCumulMontantImpl( value == " 00000000000" )

should be OK, assuming there is a value() or getValue() method that is a
string. It does a .equals on it.

If you are still having problems, wrap up a zip with the rule file, and the
test code and attach it to a JIRA case to reproduce.

On 5/11/06, Unknown <[EMAIL PROTECTED]> wrote:

Another thing :
I think the syntax is good so I have done another tests...
I modify my object constructor to initialize the value with " 000000000".
The object is asserted in the working memory and its value is then
modified by
my program.
In this case, the condition
    f : FieldCumulMontantImpl( value == " 00000000000" )
is always evaluated.
I have verified and the value is modified before the condition is
evaluated so
I don't understand this...
Thanks!!


Reply via email to