This is the forum to discuss the Wrox book Beginning JavaServer Pages by Vivek Chopra, Jon Eaves, Rupert Jones, Sing Li, John T. Bell; ISBN: 9780764574856
You are currently viewing the BOOK: Beginning JavaServer Pages section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
I am very new to JSP. I tried the solution on page 1124 - Exercise 1 and the titles and weather data are not being displayed. Should I do any other change to the java class file? Any help is appreciated. Thanks
Actually that still doesn't do it. You will only see the weather data, if you set the scope of the bean to "page" in the weather.jsp.
Sadly this is wrong in the solution on p.1125 It's also not mentioned in the errata.
Due to a copy&paste error also in the entertain.jsp on p. 1126 the <head> contains the heading for the weather portal.
Man was I lucky to read that grey box on page 57 and try things out. Apparently I have to dig myself through to chapter 9 to learn why I can't reuse a bean on request-scope that way...
Dear authors, please be particularly careful with beginning chapters!!!
Actually that still doesn't do it. You will only see the weather data, if you set the scope of the bean to "page" in the weather.jsp.
Sadly this is wrong in the solution on p.1125 It's also not mentioned in the errata.
Due to a copy&paste error also in the entertain.jsp on p. 1126 the <head> contains the heading for the weather portal.
Man was I lucky to read that grey box on page 57 and try things out. Apparently I have to dig myself through to chapter 9 to learn why I can't reuse a bean on request-scope that way...
Dear authors, please be particularly careful with beginning chapters!!!