Chang You-Sheng wrote:
>
> Hi:
> I am reading Hunter's book and try to using the samples from
> the book. I have the following problems:

As the book says, that JSP code demonstrates JSP API 0.91.  You're
using JWS 2.0 which supports a later JSP API version.  Examples aren't
all going to work.  In fact probably none will due to several little
syntax changes they made.

You'll want to read the documentation on
http://java.sun.com/products/jsp for workable examples build with
the just-released 1.0 API.  Examples come with the JSWDK available
from there too.

-jh-

P.S. This belongs on jsp-interest.

--
Jason Hunter
[EMAIL PROTECTED]
Book:    http://www.servlets.com/book
Article: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to