• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Code Error in JSF In Action

 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kito, I don't know how to get in contact with you but since you are monitering this forum this week, I thought this was as good a place as any. I found a slight error in some of the sample code in the book and thought that since the book isn't printed yet, maybe it could be fixed. I think this would cause some confusion...

In Chapter 13 page 547 you have the following line:



Which should be (I have bolded the addition)



If I find any more issues, would you like me to let you know and if so what would be the prefered way of getting in touch with you.

Thanks.
 
author
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gregg,

Thanks for the note. Actually, it isn't an error, because VISIT_KEY_SCOPE already has a period at the end:



I can see how it might be confusing, though.

In the future, you can email me directly: kmann@virtua.com. Once the book is in print, I'll also be available in the Manning author online forum.
 
Gregg Bolinger
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ahh, see, so the typo was my problem because I didn't enter it with the "." in my Constants class.
 
Gregg Bolinger
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Kito Mann:
I'll also be available in the Manning author online forum.



I hope you will continue to hang out here as well Kito.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic