Hi,
      I've the follwoing situation :---

A remote business method in session bean[EJB] returns java bean instance to
a java scripplet in JSP. Now I want to use this java bean instance and
retrieve the object values to display it on the page. 
Question is :- Can I associate this java bean instance returned by the
session bean[ejb] with a JSP tag's ( <jsp:usebean  id=""  scope="" class="">
)  id attribute, so that I can use the getter accessor method to retrieve
the values from the java bean. And how can I do this ?

Thanks in advance
prashant


 

Reply via email to