Hello,
I have a servlet which forwards to a JSP page. In URL I see the name
of servlet only and I can properly see the jsp page only for the first
time. If I hit on refresh button on IE browser, then instead of refreshing
the page, the HTML source code of the translated jsp is shown. In the same
fashion if I click on a link on the forwarded JSP and click back button, I
see the HTML code generated for the JSP.
I am not able to solve the problem. Can anyone pls guide me as to what
the problem is and how should I go about solving it?
Any help on this is greatly appreciated...
-Pushkar