Hi,

In 0.91 spec of JSP, in your servlet, you would use callPage ie
     HttpServiceResponse response = (HttpServiceResponse) res;
     response.callPage("/....your.jsp",req);

Earlier in your code, you could store a bean into either your req or
session object.  To store in the req, you would use its setAttribute
method.  In your jsp, the bean tag will allow you to get back the bean.

WebSphere is one  webserver that supports 0.91 jsp.

Chor Hock Lee
Solution Architect
(eBusiness, Java, Network Computing - the tools of Business Transformation)


Tel: 613 96266561 Mobile: 0411 259313 Fax: 613 96266622

---------------------- Forwarded by Chor-Hock Lee/Australia/IBM on 14/03/99
02:12 AM ---------------------------


Rey Antonio <[EMAIL PROTECTED]> on 13/03/99 03:20:33 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:    (bcc: Chor-Hock Lee/Australia/IBM)
Subject:  Model 2





Hi.
I am trying to implement a servlet that calls a jsp file with a bean as a
parameter,
but I don't know exactly how to do it. Any help would be wellcome,
thanks in advance,

                     Antonio.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-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 JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to