Commit 0ba5bbff authored by steurwadkar's avatar steurwadkar

Changes made for reset button on wizard screen


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105205 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1652bbed
......@@ -67,6 +67,9 @@ public class WavegenWizServlet extends HttpServlet
System.out.println(" wizard object found....");
request.getSession().removeAttribute( "WIZARD_BEAN_" + objName );
//Added by Santosh on 31/03/2017 to remove editorID from session
request.getSession().removeAttribute( "WIZARD_BEAN_ID_" + objName );
System.out.println("WIZARD_BEAN_ and WIZARD_BEAN_ID_ removed from session");
request.getRequestDispatcher("/webitm/jsp/WavegenWiz.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