Referencing "this" variable in JSP Pages

Q

Is there a way to reference the "this" variable within a JSP page?

✍: FYICENTER.com

A

Yes, there is. Under JSP 1.0, the page implicit object is equivalent to "this", and returns a reference to the servlet generated by the JSP page.

2007-04-03, 5064👍, 0💬