Commit 1946c6f4 authored by wansari's avatar wansari

F17BBAS001 updated source for not removing editor ID


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105944 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c432fdec
......@@ -62,7 +62,7 @@ public class GSTWizUtilServlet extends HttpServlet
{
System.out.println("GSTWizUtilServlet Wizard object found....");
request.getSession().removeAttribute( "WIZARD_BEAN_" + objName );
request.getSession().removeAttribute( "WIZARD_BEAN_ID_" + objName );
//request.getSession().removeAttribute( "WIZARD_BEAN_ID_" + objName );
request.getRequestDispatcher("/webitm/jsp/"+jspName+".jsp").forward(request, response);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment