Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7070259
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:32:42+00:00 2026-05-28T05:32:42+00:00

How to see the which JSP file contains the given UI element like textbox

  • 0

How to see the which JSP file contains the given UI element like textbox in IE/Firebug Debugger?

Is there a way I can find out JSP file name? Even in firebug I don’t see the jsp file name? In Internet Explorer debugger, when I do find select by element, it takes me to exact element source code. But it does not show
up JSP file name
which contains this text box.

Say I am on any web page on internet explorer which contains some text box. I want to know the jsp file name which contains this text box.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:32:43+00:00Added an answer on May 28, 2026 at 5:32 am

    JSPs are executed at server-side, and generate HTML. The browser doesn’t know and doesn’t care about the JSP. It goes to a URL, and takes the HTML from the response.

    If you want to know which JSP generated some part of an HTML page, then discover to which servlet or JSP is the URL of the page mapped (provided this part is not generated by AJAX), and follow the path of the request from this servlet or JSP until you find the one that generates the given HTML part.

    It can help to include a HTML comment at the start of every JSP, to be able to track that more easily:

    <!-- Start of JSP foobar.jsp -->
    

    This way, by looking at the HTML code, you just have to go up until you find such a comment to know which JSP generated it. But every JSP has to follow this rule.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a straightforward way to query a web service to see which messages
I am trying to see which button was clicked on so I can preform
Didn't find any from their website. I mostly just trying to see which one
I'm trying to secure an application so that users can only see objects which
(See question below for more context): Are there any situations in which <machineKey validationKey=AutoGenerate,IsolateApps
How can I get request URL in JSP which is forwarded by Servlet? If
I've got a jsp file, which includes another jsp file to check some values
Is there a way to add CVS informations in a jsp with xml format
I have a JSP file which I am deploying within a Java Project with
Try to see which cast is faster (not necessary better): new c++ case or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.