Re: servlet communication
Posted By:
Wayne_Xin
Posted On:
Tuesday, March 20, 2001 06:47 PM
you can call ServletRequest.setAttribute(String, Object). Or you can store an object into a session. I assume you're forwarding the request to another servlet.