Since no one from SUN seem willing to shed some light here I can only speculate itsAnd this is from Implicit variables chapter (there is no servletrequest and servletresponse):Implicit Variables
a misprint:
-page 12 says servletrequest,servletresponse,in,and out are implicit variables
request: the
request class as defined by javax.servlet.http.HttpServletRequest
response:
the response class as defined by javax.servlet.http.HttpServletResponse
out: the
output writer class as defined by java.io.PrintWriter. That
is, output to the client browser.
in: the servlet
input reader class as defined by java.io.BufferedReader. That is, input
from the client browser."
Note: These predefined variables cannot be used within <SCRIPT> </SCRIPT> declaration tags.
As JSP reference says implicit beans can't be used inside of <script></script>, scriplets, but implicit variables can be used inside of scriplets.
Stepan =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
