sorry I was going to write this into the other email ...but accidentaly
clicked send...
use this to forward the request..
RequestDispatcher dispatcher =
getServletContext().getRequestDispatcher(ServletName);
dispatcher.forward(request,response);
hope it helps
-r
-----Original Message-----
From: Huaxin [mailto:[EMAIL PROTECTED]]
Sent: 29. september 2001 21:11
To: [EMAIL PROTECTED]
Subject: servlet to jsp
how can i create a bean in a servlet, and then the serlet
forward/include to a jsp, the jsp can read from the bean?
thanks a lot