Olivier Brand wrote:

> Michael, the problem is that I am using JSP0.92 :-(

Then just use the keyword this.

<%
out.print(this); // will give you the hashcode representation of the generated servlet

// which is equivalent in JSP 1.0 to
out.print(page);
%>

--
Michael Hu, Paradox Team, Corel Corporation

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to