Re: NSDictionary and FetchSpecificationNamed usage
Re: NSDictionary and FetchSpecificationNamed usage
- Subject: Re: NSDictionary and FetchSpecificationNamed usage
- From: Arturo Perez <email@hidden>
- Date: Wed, 19 Oct 2005 14:43:30 -0400
Arturo Perez wrote:
Dev WO wrote:
that would be:
((quantityAvailable <> quantity) and (product = $product))
in the eomodel and
NSDictionary theProduct = new NSDictionary("product", product);
in the code?
Correct.
Actually, I think those are reversed. new NSDictionary(product,
"product"). I think it's the same order as setObjectForKey().
Sorry about any possible confusion.
-arturo
_______________________________________________
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