Hi All,
 
Not sure whether my previous message has been sent correctly, apologize
if you have seen this message,
 
Basically, I could not use the proertychange listners with some very
simple bean (with just one property), am I missing anything here? any
help would be much appreciated.
 
Thanks,
Wenbin Song

(bind ?a (new TestBean))
<Java-Object:TestBean>
Jess> (definstance opt ?a dynamic)
Jess reported an error in routine DefinstanceList.definstance
        while executing (definstance opt ?a dynamic).
  Message: Obj doesn't accept PropertyChangeListeners.
  Program text: ( definstance opt ?a dynamic )  at line 7.
 
Nested exception is:
TestBean.addPropertyChangeListener(java.beans.PropertyChangeListener
Jess>



Reply via email to