About ServletInclude

The servletInclude component is used on an ADF UIX page to include HTML loaded from a local Servlet or JSP. It functions similarly to the JSP <jsp:include> tag.

Use the source attribute of the servletInclude component to specify a relative URL to the JSP or Servlet. You may append query parameters to the string, which are invisible to the included JSP or Servlet in the ServletRequest.

Note: You cannot include an arbitrary URL, for example, you cannot extract the contents of HTML stored on a different server. Use the urlInclude component to include HTML content directly.


About Include
About UrlInclude

Using ServletInclude to Insert JSP and Servlets
Working with Include Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.