...
If you examine class EditAction in the example application (see above) you'll see that it implements the Preparable Interface. In the prepare method is this code:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
carModelsAvailable = carModelsService.getCarModels() ; setPersonBean( editService.getPerson() ); |
...