This Direct to Web reusable component displays a query component. See the "Direct to Web" chapter of WebObjects Tools and Techniques for information about the behavior and appearance of this component.
myQuery : D2WQuery { entityName = "Movie"; displayKeys = "(title, roles)"; queryDataSource = displayGroup.dataSource; action = displayGroup.fetch; }