Re: Maybe it's too late
Re: Maybe it's too late
- Subject: Re: Maybe it's too late
- From: David Avendasora <email@hidden>
- Date: Thu, 8 May 2008 09:10:11 -0400
That and make sure you aren't using "contains(Object element)" as that is not the same as "containsObject(Object object)". This bit me a couple times before I quit making that mistake - usually in the wee hours of the morning.
Dave On May 8, 2008, at 8:00 AM, Miguel Arroz wrote: Yap. containsObject compares objects using equals(), so it should work for Strings. If you are not finding the string with this, it's because it's not on the array. :) Maybe you need to trim() some white spaces?
|
_______________________________________________
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