WOBatchNavigationBar and qualifyDisplayGroup()

Adam Rice <[email protected]>
Newsgroups gmane.comp.web.webobjects.newbies
Message-ID <BE3FB53E.52CA%[email protected]>
I've done a little reading and know why these two don't go together but
can't find a solution.

I've I use qualifyDataSource() I do not get the results I'm looking for.

My search currently reads as:

productDetailDisplayGroup.queryMatch().setObjectForKey("N", "product.obs");

productDetailDisplayGroup.queryMatch().setObjectForKey("RES", "pricelevel");

NSArray args = new NSArray(new Object[] { "IPOD", "SW", "MON", "ACC" });

String qualifierString = "(product.brand = %@)";

EOQualifier qualifier =
EOQualifier.qualifierWithQualifierFormat(qualifierString, args);

EOFetchSpecification fs = new EOFetchSpecification("productDetail",
qualifier, null);

EOEditingContext ec = session().defaultEditingContext();

NSArray tempResultsArray = ec.objectsWithFetchSpecification(fs);

productDetailDisplayGroup.setObjectArray(tempResultsArray);

productDetailDisplayGroup.qualifyDisplayGroup();




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/webobjects-newbies/

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.