Re : extracting jsp file name

2001-02-01 Thread Shahed Ali
Sorry for the confusion. I have a MVC framework in which all jsp pages post data to a controller servlet. In this servlet, I need to findout which jsp page invoked it. Currently I am passing a hidden variable with value="/callingpage.jsp" i.e in calling.jsp I have the code fragment

Re : extracting jsp file name

2001-02-01 Thread Kief Morris
Shahed Ali typed the following on 04:41 PM 1/31/2001 -0600 >I have a MVC framework in which all jsp pages post >data to a controller servlet. > >In this servlet, I need to findout which jsp page invoked it. > >Currently I am passing a hidden variable with value="/callingpage.jsp" ... >I want to r