Re: WOBatchNavigationBar and qualifyDisplayGroup()

"ron_m_bailey" <[email protected]>
Newsgroups gmane.comp.web.webobjects.newbies
Message-ID <[email protected]>

    public NameDisplay Contacts()
    {
        NameDisplay nextPage = (NameDisplay)pageWithName("NameDisplay");
        EOQualifier qualifier =
EOQualifier.qualifierWithQualifierFormat ("(name like 'a*'))", null);
        EOFetchSpecification fetchSpec = new
EOFetchSpecification("Contact", qualifier, null);
        EOEditingContext myEditingContext =
this.session().defaultEditingContext();
        nextPage.contactList =
myEditingContext.objectsWithFetchSpecification(fetchSpec);
        return nextPage;
    }





 
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.