If I invoke a servlet server-side include from within a JSP page which is
invoked from
a servlet, the doPost method on the servlet is attempted irrespective of
the method with which the
JSP page was invoked.
I would expect that either the service method or the method that invoked
the JSP
page would be used.
If I use a sendRedirect to invoke the JSP page, the service method is
called on the
server-side included servlet.
I'm using WebSphere/JSP 0.91 and the behavior is in the Sun Java classes.
Does anyone know if this is correct behavior or if its a known problem?
Thanks
John
---------------------------------------------------------------------------
-------------------------------------
John Akerley
IBM ITSO San Jose - www.redbooks.ibm.com
Phone: 408 927 3632
IBM TieLine: 457 3632
e-mail: [EMAIL PROTECTED]
===========================================================================
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".