Chapter 11
Paragraph 2: "This chapter ... provides three Model 2 sample applications." should be "This chapter ... provides four Model 2 sample applications."
Listing 11.7 Line 56:
} else if (action.equals(action)) {
should be:
} else if ("save-product".equals(action)) {