I think you need to put those values in the request object as
request.setAttribute() method so that you can access those values in the JSP
using request.getAttribute() method. Hope I answered your question.

Thanks,
Murthy A Suryanarayana
GE Financial Assurance
LTC - OPS2000 Project
------------------------------------------------------------------------
-------------------
Day     : (415) 492 7834
Dial-Com        :  8 *    277 7834
Fax     : (415) 492 7699
mailto  : [EMAIL PROTECTED]



-----Original Message-----
From: Saurabh Khare [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 21, 2000 2:19 AM
To: [EMAIL PROTECTED]
Subject: URGENT: How do I retrieve values from an EJB in a JSP?


Hi all.. I posted a question on Friday night but havent had any responses
yet.. basically I am having problems writing code to retrieve values from
EJB within my JSP. The complication is that, I have a servlet that actually
creates the instance of the EJB, then executes the application, so the EJB
has some properties that get filled with values. Next I need to retrieve
those values from a JSP to be displayed in a web-browser. The JSP gets
called from within the Servlet using the callPage method once the control
has been returned from the EJB to the Servlet in the sequence of code! Any
suggestions would be much appreciated.. thanx a lot.

Saurabh Khare

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to