the useBean uses a Java bean and not an EJB. the javabean is a place holder for the data coming back from EJBs (potentially)..
i know one mechanism the java bean instance can be sent to the jsp.....
*** session beans create the holder object and return the instance to the servlet
*** servlet puts the instsance in the session object using putValue
*** jsp uses the session object to get the instance
how does useBean fit it.......where does it get the instance from?
is there another approach???
thanks for all your help.
Rupesh.
