I know once the page is returned to the browser javascript can get at window.location - but how about while its still on the server side?? And for a .jsp page not a servlet class. Can I refer to the request or something like that to get at the page identity? IE: If every page has an include, can that include know which page is current?
Hope that is all clear, what I want to know, dynamically, is what the current URL is, including the file name (myPage.jsp), but I want to know it while we're still processing on the server side, not on the client side.
Thanks for any ideas!
Hope that is all clear, what I want to know, dynamically, is what the current URL is, including the file name (myPage.jsp), but I want to know it while we're still processing on the server side, not on the client side.
Thanks for any ideas!