This Direct to Web reusable component displays a select component. See the "Direct to Web" chapter of WebObjects Tools and Techniques for information about the behavior and appearance of this component.
null if
no object is selected.mySelect : D2WSelect {
entityName = "Movie";
selectedObject = displayGroup.selectedObject;
dataSource = displayGroup.dataSource;
action = selectAction;
}