name « Page « JSP-Servlet Q&A





1. How to get the JSP page name    coderanch.com

2. Obtaining JSP Name in JSP Page    coderanch.com

Well, you certainly have access to the URL that invoked the page... but that may or may not contain the JSP name depending upon how you have your servlet mapping set up. In any case, depending upon how your URLs look, perhaps there is something within it (action names for example) that you can key off of? As far as I ...

3. Getting a .jsp page's name    coderanch.com

I've tried getting the answer from the doco for page and pageContext, to no avail. Is there a way to get the name of the page/.jsp file. What I want to do is create an include file, and have it show different images based on the page that is being displayed. I can pass the page name as a parameter, but ...

4. Getting tha name of the JSP page?    coderanch.com

5. Servlet needs to pick up page name    coderanch.com

6. knowing invoking JSP page name    coderanch.com

8. How to hide the Jsp page name?    coderanch.com