Posted By:
Christopher_Koenigsberg
Posted On:
Wednesday, March 10, 2004 02:23 PM
I think you need some basic tutorial in web app design.
Perhaps you mean that you want to first get your parameter (MyName) from request.getParameter, preserve it in the session (session.setAttribute, in servlet #1); and later get it from the session (session.getAttribute), in servlet #2.