Unfortunately, some of the applications fail to compile as they are still in Play 2.1. For example, in sample-applications/ch02-your-first-play-application/products-list/ app/controllers/Products.scala, Ok(views.html.products.list(products)) gives and error stating that "products is not in views.html". An upgrade to Play 2.2 would be appreciated.
Unfortunately, some of the applications fail to compile as they are still in Play 2.1. For example, in
sample-applications/ch02-your-first-play-application/products-list/ app/controllers/Products.scala,Ok(views.html.products.list(products))gives and error stating that "products is not in views.html". An upgrade to Play 2.2 would be appreciated.