Hi, can i call a session bean methods directly from the JSP if so how? please help me . thanks, Pran a
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
Sure. Have the controlling servlet instantiate the bean through the normal way of getting the home interface of the bean and then getting an instance of the bean through the create() method. Then the servlet puts the bean into the request or session objects and forwards it to the JSP.
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
PRAN: Please read and comply by the username policy of JavaRanch. In particular single name usernames are not permitted. Thanks. The policy, which must be adhered to, is at http://www.javaranch.com/ubb/Forum10/HTML/000180.html Thanks again. --- Sheriff Tony