Re: pass object from servlet to jsp
Posted By:
Thiru_Kumar
Posted On:
Wednesday, May 2, 2001 02:30 PM
Use HttpSession object to store the object ( either by session.setAttribute() or by session.putValue()) then forward the request to the jsp using RequestDispatcher.