Is there any specific available method in jsp/Servlet API which tell you from which page the request

Posted by anubhavjain86 on Stack Overflow See other posts from Stack Overflow or by anubhavjain86
Published on 2010-06-11T18:01:21Z Indexed on 2010/06/11 18:12 UTC
Read the original article Hit count: 428

Filed under:
|

Hi,

I have been working in Oracle iStore from past 4 months and i have been managing the application without any IDE (basically doing all the chores on notepad only because application has been designed poorly and no IDE can support it).

Since the coding is done on simple notepad files it is very hard to find out the bugs in the application. I am facing a problem that i have not idea which jsp page redirect the control to which jsp page. For instance, there are two jsp pages A.jsp and other is B.jsp. Now the browser is currently displaying A.jsp. When the user click on submit button (available on A.jsp) the form submits and redirects the control to B.jsp.

Now my problem is that i know i am coming on B.jsp but, i don't know that A.jsp is redirecting the control to B.jsp. Is there an method available in Servlet API which tells Which jsp is redirecting the control to B.jsp?

Sorry for making you read so much long story :( appreciate ur help in advance>

Best Regards Anubhav

© Stack Overflow or respective owner

Related posts about jsp

Related posts about servlets