More newbie questions
More newbie questions
- Subject: More newbie questions
- From: Randy Becker <email@hidden>
- Date: Tue, 15 Nov 2005 17:46:55 -0500
Well, I've been working on my app for a bit now, and I've come up
some more questions.
Firstly, is there an EOUtilities function to return objects that
match multiple criteria? Or do I have to use lower level methods?
Right now I've got:
String format = "title caseInsensitiveLike %s";
NSArray args = new NSArray(searchQuery);
return EOUtilities.objectsWithQualifierFormat( session
().defaultEditingContext(), "Item", format, args);
but I'd like to do something like
String format = "(title caseInsensitiveLike %s) OR (title
caseInsensitiveLike %s)";
Secondly, how can I display data from an object related to one that
is displayed in a WORepetition. Right now, I'm only able to access
the attributes of a particular object I'm outputting, and the
information I'd like to display is located in a related object.
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.
Thanks Again,
-Randy
_______________________________________________
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