• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
More newbie questions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • CORRECTION: Re: More newbie questions
      • From: Wolfram Stebel <email@hidden>
    • Re: More newbie questions
      • From: Wolfram Stebel <email@hidden>
    • Re: More newbie questions
      • From: Sacha Michel Mallais <email@hidden>
  • Prev by Date: Re: WebObjects 5.3.1 Redirect bug?
  • Next by Date: Re: So how is 5.3.1 looking?
  • Previous by thread: Re: smarter fetch limits
  • Next by thread: Re: More newbie questions
  • Index(es):
    • Date
    • Thread