webmasterbeta
New Member
I just read in Ed Roman's (excellent) Mastering Enterprise Java Beans bookthat JSPs cannot call EJBs directly. In order to access EJBs they mustcall via a JavaBean or servlet proxy.Is this still the case for the JSP 1.1 spec? or was this a limitation ofearlier JSP versions only?Thanks,Mark.