home *** CD-ROM | disk | FTP | other *** search
- /*
- * Main.wod
- *
- * You may freely copy, distribute and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to
- * its fitness for any particular use.
- *
- * This example was written with a Beta version of WebObjects.
- *
- * Written by Jean-Marie Hullot
- *
- */
-
- MODEL.NAME:WOBrowser {
- list = models;
- item = model;
- value = model.name;
- selections = selectedModels;
- };
-
- PRICE:WOBrowser {
- list = prices;
- item = price;
- value = priceFormat;
- selections = selectedPrices;
- };
-
- TYPE.NAME:WOBrowser {
- list = types;
- item = type;
- value = type.name;
- selections = selectedTypes;
- };
-
- SORTBY:WOPopUpButton {
- list = sortBys;
- item = sortBy;
- value = sortBy;
- selection = selectedSortOrder;
- };
-
- SUBMIT:WOActiveImage {
- action = displayCars;
- };
-
- RESET:WOHyperLink {
- action = reset;
- };
-
- FOOTER: Footer {};
-