com.webobjects.foundation.NSMutableDictionary.containsKey(Ljava/lang/Object;)Z

This method was added in WO 5.3.  If you are using a version prior to 5.3 use something like this instead:

myDictionary.allKeys().containsObject(myObject);

On Jan 24, 2006, at 9:49 AM, .::welemski::. wrote:

Hi,

does anybody experienced this kinda of error?


com.webobjects.foundation.NSForwardException [java.lang.NoSuchMethodError] com.webobjects.foundation.NSMutableDictionary.containsKey(Ljava/lang/Object;)Z


--
 -- -- -- -- -- -- -- -- -- -- --
          welemski
 -- -- -- -- -- -- --
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:

This email sent to [EMAIL PROTECTED]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]
  • Re: ERROR Robert Walker

Reply via email to