I don't have an answer to your specific question but I know who might, the
authors!

The publisher has a website that has a discussion group and errata on the
book. The authors are active on the boards.

<http://www.manning.com/Fields/forum.html>

Good book and it is very cool that they are online answering questions about
it. I love the www.


-----Original Message-----
From: Kevin McGahey [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 18, 2000 8:14 AM

Has anyone worked through the examples in the book by Duane Fields entitled,
"Web Development with Java Server Pages"?  I am working through the example
in chapter 8 and I have run into a problem.  This example uses a servlet to
access a database and send the information along to either 'list.jsp' or
'employee.jsp' depending on whether the servlet received a querystring.  If
it doesn't receive an employee ID in the query string it retrieves all
records, puts them in a Vector and sends them to 'list.jsp' whose job is to
display all records.  If it receives an employee ID it retrieves that record
from the database and sends it to 'employee.jsp' for display.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to