Hello All.

First, can a servlet be used as the source in a frameset (particularly if
the html code containing the frameset is itself created by a servlet)?

Second, I have not been able to get any of these methods to work:


ServletContext.getRequestDispatcher(java.lang.String).include(ServletRequest
request, ServletResponse response)
  ServletContext.getNamedDispatcher(java.lang.String).include(ServletRequest
request, ServletResponse response)

ServletRequest.getRequestDispatcher(java.lang.String).include(ServletRequest
request, ServletResponse response)

Does anyone have example code using the include() method of the
RequestDispatcher interface?  I have been unsuccessful so far.

I am using Tomcat, Servlet Developer's Kit 2.2, and Java Developer's Kit
1.3.

Thanks in advance.

Bill Berger
Spherion

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to