Oct 24, 2001 #1 DJSmith Programmer Joined Aug 14, 2000 Messages 82 Location GB How can i get the URL of a current JSP?
Oct 25, 2001 #2 manu0 Programmer Joined Apr 28, 2001 Messages 54 hi have a look at package javax.servlet.http; the class HttpServletRequest give a lot of information ex : getRequestURI() method, ... manu0 Upvote 0 Downvote
hi have a look at package javax.servlet.http; the class HttpServletRequest give a lot of information ex : getRequestURI() method, ... manu0