hi,
 
i have been using jess 5.x and recently i'v d/l jess 600a6 ..but now i'm getting this following error to the code i'v mentioned below...
 
error --> method factIDValues(jess.Context) not found in class jess.Value.
 
 
above error gives to the following code ...
 
      // Case where JESS calls (send ?m)
 
      if(vv.get(1).type() == RU.VARIABLE)
        vv =  context.getEngine().findFactByID(vv.get(1).factIDValue(context));
 
 
 
can someone pls tell me what has been changed in the new version of jess ??
 
Muthu

Reply via email to