I'm working to migrate code of servlet2.0, jsp 0.91 to servlet 3.0, jsp 1.0
and find it's terrible that out is now an object of JspWriter, not of
PrintWriter! Inside a servlet, you call ServletResponse.getWriter() to get
an object of PrintWriter... and a jsp page is treated as a servlet...

___________________________________________________________________________
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