Hi All,

I want to instantiate a bean in a servlet? My situation is like this, I have
a JSP from where I call a servlet by passing a parameter. The servlet reads
the parameter and does some processing and based on the results sends
different JSP pages. Now, since I want to populate the page from the Bean
using that parameter, I need to instantiate the Bean itself in the Servlet,
but I am not able to do so.
Remember, from the servlet I am calling a different JSP page not the one
from which I call the servlet.

Any help will be highly solicited.

Regards

Subendu

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to