HI,
 Im'a having one problem with MOValueValidationListener. The listener works
fine but I've trouble to compare the value with an other.
Let me explain with a sample code:

public void validate(MOValueValidationEvent validationEvent) {

         Variable newValue = validationEvent.getNewValue();

              if (newValue.toInt() <2 )
                {
                    System.out.println("succeed");
                 }

But i have an error which says:
   " General variable binding error"

thanks for your answers
-- 
<Yannick Le Goualher>
[email protected]
tel: 06 85 22 60 37
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to