Re: More newbie questions
Re: More newbie questions
- Subject: Re: More newbie questions
- From: Wolfram Stebel <email@hidden>
- Date: Wed, 16 Nov 2005 09:12:10 +0100
Am 15.11.2005 23:46 Uhr schrieb "Randy Becker" unter <email@hidden>:
You already received valuable information on the other topics.
> And finally, how can I do something like the WOExamples
> WXCheckBoxList - I tried importing some of the frameworks in the
> examples project, but couldn't get it to work - what I want to do is
> present a list of checkboxes with a single submit button that will
> perform an action on all of the objects represented by the selected
> boxes.
You probably get a NSArray as the result (selectedObjects of a
WORepetition!) of a multiple select.
You should be able to perform an action with
NSArray.makeObjectsPerformSelector on each object, or i.e. drop all of them
from the current EC. What else would you need?
HTH
Wolfram
_______________________________________________
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