1. use bean instance in servlet coderanch.comThe scope of the bean u have declared in the jsp decides how u can fetch it in the servlet. if the scope is request and the id of bean is "xBean" u can retrive it using (TypeCast)request.getAttribute("xBean"); or if the scope of bean is session in jsp the same can be retrived from (TypeCast)session.getAttribute("xBean"); Devesh |
2. beans instance coderanch.comHello! Well, in a jsp page: |
3. Stateful bean and instance pooling coderanch.com |
4. How to get EJB bean instance using a factory. coderanch.com |
5. Bean Browser Instance coderanch.com |
6. |