Note that there are some explanatory texts on larger screens.

plurals
  1. POabout jsp source code
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COExactly what iw the problem you're trying to solve? If you developed the web application, you have the app's source code. If you are looking for the pages generated by the app, you can view source or use a proxy server (the equivalant of viewing the source). If you can provide an exMple of the problem you're trying to solve, it'll be easier to give a good answer.
      singulars
    2. COThis question reminds me of a problem I often have. I use lots of `.jspf` fragments, and when I watch the completely generated page in a browser it is hard to know in which file a particular HTML element has been defined. Some hints are the `id` and `class` attributes, but that's all I usually have. One could add a common header to all those `.jspf` files that prints their name as an HTML comment (but only if a special URL parameter is given, for example). I don't think this is usually done though.
      singulars
    3. COFirst of alll thanks .. I have developed a web application that have thousands of .jsp pages.. and also i can find any of .jsp pages with help of actions but it take some time .. My question is there any any way or tools through with i can find any jsp page directly .. For Ex...... If there is list.jsp page in admin side and i want to go on this page soruce code direclty without referring any action .. so i can change this list.jsp page easily....
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload