Hi there,

I've several questions as to the JSP spec 0.92:

1. in the spec 0.92, it introduces two models using JSP, but as to the model
2, there is no word in the spec or the samples on how to call JSP file
directly from Servlet or other Java classes. How could I use it? Will this
be introduced in spec 1.0?

2. the purpose of JSP is to seperate the dynamic content generation from the
presentation, so I think not only should we be able to call JSP file from
Servlet, but also from any Java classes, is it in the consideration of spec
1.0?

3. is there a way to pass parameters to JSP file? because the workhorse for
JSP file is servlet, which is a Java class, so I think there should be a way
to define the variables in JSP file, and pass parameters dynamically to JSP
file from other java classes, just as the ordinary Java class.

4. in spec 0.92, at the top of page 13, the four implicit variables are:
        servletrequest, servletresponse, in and out.
but on page 29, those four implicit variables have become to:
        request, response, in and out.

which one is correct? (actually, "request" is an implicit bean, so I think
page 29 should be changed according to page 13.

Thanks a lot, and have a nice day.
Lihua

===========================================================================
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