Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JSP URL's

Status
Not open for further replies.

DJSmith

Programmer
Aug 14, 2000
82
GB
How can i get the URL of a current JSP?
 
hi

have a look at package javax.servlet.http;

the class HttpServletRequest give a lot of information

ex : getRequestURI() method, ...

:)
manu0
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top