users@glassfish.java.net

how I can invoke a session bean method from a JSP page in Java EE 5?

From: Sarah kho <sarah.kho_at_gmail.com>
Date: Thu, 20 Aug 2009 17:43:01 +0430

Hi
I am struggling to invoke a session bean method directly from JSP page
instead of using a servlet as the middle layer.
Please let me know how it can be done. For Servlets, I simply inject the EJB
instance into the servlet and it is done. I was not able to do the same in
JSP page.
Thanks