Re: [Noobie] Making one action available to all WOComponents

2006-12-25 Thread Malte Philipp A.
I thank the both of you for your very help- and insightful answers. :-) Cheers, -Malte P. A. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Re: EOOrQualifier generated from an array

2006-12-25 Thread Ken Anderson
Clark, You should look at all the qualifier classes. To do what you're asking, you would do something like this (NOT guaranteed to compile): NSMutableArray orQualifiers = new NSMutableArray(); Enumeration locationEnum = locations.objectEnumerator(); while (locationEnum.hasMoreElements()) {

Re: EOOrQualifier generated from an array

2006-12-25 Thread Pierre Bernard
You may also want to use the InSetQualifier available from my web site: http://www.bernard-web.com/pierre/code.html This will give you: where ... LOCATION in ($1, $2,...) Pierre On 25 Dec 2006, at 16:24, Ken Anderson wrote: Clark, You should look at all the qualifier classes. To do what

Re: EOOrQualifier generated from an array

2006-12-25 Thread Clark Mueller
Thanks Pierre, this does exactly what I need! Ken's was the method I had put together initially, but I still think this seems like such an intuitive behavior that EOF should really do of its own accord. Oh well! Looks like you have a lot of other cool tidbits on your web site there, I'll