Testing Interaction b/w Web Objects for GNUJSP v1.0.1

My conclusion:

1. HTML calls JSP - works (with request objects)
   HTML calls Servlet - works (with doGet & doPost)

2. JSP calls JSP - works for <jsp:include> and <jsp:forward> together with
<jsp:param>

3. JSP calls Servlet - works for <jsp:include>
                     - does not work on <jsp:forward> - passing null values

4. Servlet calls JSP - works

Is GNUJSP only a partial implementation of JSP 1.1 (Correct me if I am
wrong) because it
- Supports <jsp:param> and passing of values between JSP and Servlet without
the use of request.getAttribute (as in JSP 1.0)
- Still requires the use of flush="true" which should be optional in JSP 1.1

Regards
Will

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to