Re: ERROR
Re: ERROR
- Subject: Re: ERROR
- From: Lachlan Deck <email@hidden>
- Date: Sat, 28 Jan 2006 10:24:45 +1100
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >ERROR (From: ".::welemski::." <email@hidden>) |
| >Re: ERROR (From: Robert Walker <email@hidden>) |