Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Referencing "this" variable in JSP Pages
Is there a way to reference the "this" variable within a JSP page?
✍: FYICENTER.com
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, 5677👍, 0💬
Popular Posts:
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and final...
What Is Posting? Posting is an event that writes Inserts, Updates and Deletes in the forms to the da...
Should synchronization primitives be used on overrided bean methods? No. The EJB specification speci...
How could Java classes direct program messages to the system console, but error messages, say to a f...
How to create a thread in a program? You have two ways to do so. First, making your class "extends" ...