>>Actually, it's not implementation dependent. A number of implicit variables,
>>such as "request", "response" and "session", are defined by the JSP
>>specification.
I think you mean that its not supposed to be implementation dependent, which is
correct. However, some vendors did not strictly
conform with the specification until recently... so depending on what vendor
implementation you had, you may or may not have those
all of these variables. For example, the spec calls for an implicit variable called
"session"... if you bought JRun 6 months ago
(before JRun 3.0 came out), and used JSP 0.92, you would not have an implicit
"session" variable implemented for you... in this
case, you would have an upper-case "Session" implicit variable defined for you (which
is deiffent than "session"). Most vendors
coming out with JSP 1.1 implementations have much stricter conformance of the spec,
but these little inconsistencies are just
something to be aware of if you are working with an older version of a vendor JSP
product.
Dave Gecawich
===========================================================================
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