Changes between Version 1 and Version 2 of Training/Section03
- Timestamp:
- 12/29/09 20:30:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Training/Section03
v1 v2 26 26 == Exercise: Dealing with Data == 27 27 28 *Open up your /PlantOMatic/config/ModelGlue.xml29 *Paste the following Controller definition inside the <controllers> section28 1. Open up your /PlantOMatic/config/ModelGlue.xml 29 2. Paste the following Controller definition inside the <controllers> section 30 30 31 31 {{{ … … 40 40 }}} 41 41 42 *Paste the following Event Handler definitions inside the <event-handlers> section42 3. Paste the following Event Handler definitions inside the <event-handlers> section 43 43 44 44 {{{ … … 93 93 }}} 94 94 95 *Open /PlantOMatic/config/ColdSpring.xml and add the following bean definition95 4. Open /PlantOMatic/config/ColdSpring.xml and add the following bean definition 96 96 97 97 {{{ … … 105 105 }}} 106 106 107 *Create a new file in /PlantOMatic/controller named !ShipmentController.cfc108 *Use the following code as the body of !ShipmentController.cfc107 5. Create a new file in /PlantOMatic/controller named !ShipmentController.cfc 108 6. Use the following code as the body of !ShipmentController.cfc 109 109 110 110 {{{ … … 151 151 }}} 152 152 153 *Open /PlantOMatic/views/Display.Shipment.cfm and prepend the following:153 7. Open /PlantOMatic/views/Display.Shipment.cfm and prepend the following: 154 154 155 155 {{{ … … 165 165 }}} 166 166 167 *Open /PlantOMatic/views/Form.Shipment.cfm and prepend the following:167 8. Open /PlantOMatic/views/Form.Shipment.cfm and prepend the following: 168 168 169 169 {{{ … … 178 178 }}} 179 179 180 *Open /PlantOMatic/views/List.Shipment.cfm and prepend the following:180 9. Open /PlantOMatic/views/List.Shipment.cfm and prepend the following: 181 181 182 182 {{{
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)