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