- ISBN13: 978-1-59059-737-8
- ISBN10: 1-59059-737-0
- 400 pp.
- Published Sep 2008
- Print Book Price: $44.99
- eBook Price: $31.49
Errata Submission
If you think that you've found an error in The Definitive Guide to Apache MyFaces and Facelets, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.
Errata
| Issue | Author's Response |
|---|---|
| Chapter 1, Apache Myfaces section Listing 1-4:Information Entry Page (pages/enterInformation.jsp) The f:loadBundle tag is above the f:view tag. Eclipse shows an error with this saying this tag should be inside the view tag. Also the bundle to wich this refers cannot be found. Instructions on where to get this bundle should be provided: org.apache.myfaces.book.bundle.Messages |
<f:view><f:loadBundle> is of course correct. The bundle should be in the package org.apache.myfaces.book.bundle, as file-name Messages.properties. regards, Martin |
