Hi,

I've played with JSP spec 1.0 for a while, with Sun's implementation, and
I've several questions:

1.
(1) according to the specification, there should be a class named
javax.servlet.jsp.PageContext class, but I could not find it.
(2) I've created a jsp file with a bean's scope as "page", but the java file
could not be generated for this jsp file, I'm not sure whether it's because
of missing PageContext class.

In Sun's examples, I could find scope="request/session/application", but
could not find scope="page".

2. what's the real difference between "page" bean and "request" bean? does
the difference exist only if a "request" consists several Jsp files?

3. I'm really confused by the two including methods:
        <%@ include... %> and <jsp:include file=... />
because both of them could include .html or .jsp files, from the result
point of view, I could not see the reason to distinguish them.

4. removing the LOOP tag, IMO, is not a good approach, because it means we
must depend completely on scriptlet to display the indexed or nested
property, which I think is contratory to the initial idea to seperate
presentation from business logic (java code). Anyway we've seen the war
between the two camps already.

Thanks in advance.

Lihua Sun

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