Re: Access the values stored in a previous session bean.
Posted By:
ankush_purwar
Posted On:
Tuesday, February 22, 2005 12:07 AM
I have seen your both JSP pages,
In boh JSP pages you have created an EJBObject of stateful session bean.It means in both JSP pages refer to different EJBObjects,
That's why you are not getting proper result.
In your case you have to create only one object and reuse it,then you will be getting proper results.