Hi,
I have few JSP pages and one servlet(Main.java). All JSPs have this servlet under action <form action='Main'>. Is there anyway for the servlet to find out from which JSP page it is getting request. I went through HttpServletRequest API but couldn't find anything. Any ideas ? Thanks much.
I have few JSP pages and one servlet(Main.java). All JSPs have this servlet under action <form action='Main'>. Is there anyway for the servlet to find out from which JSP page it is getting request. I went through HttpServletRequest API but couldn't find anything. Any ideas ? Thanks much.