Hi there,

On 25/01/2006, at 2:57 AM, Robert Walker wrote:

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);

Yes, and on that point: if you're developing with the latest WO (i.e., >= 5.3) but planning on deploying to WO5.2.4 environment - then whilst developing your app only refer to the WO5.2.4 api and you'll be safe. Also refer to Java 1.4.2 api for java related classes.

with regards,
--

Lachlan Deck


Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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]

Reply via email to