Examples
2.13.3.1
Syntax
The attributes are:
name
The name of the object instance from which the property is obtained.
property
Names the property to get.
2.13.4
A
element provides for the inclusion of static and dynamic
resources in the same context as the current page. See TABLE 2 1 for a summary of include
facilities.
The resource is specified using a relativeURLspec that is interpreted in the context of the
Web server (i.e. it is mapped). See Section 2.5.2.
An included page only has access to the
JspWriter
object and it cannot set headers. This
precludes invoking methods like
setCookie
(). A request time Exception will be raised if
this constraint is not satisfied. The constraint is equivalent to the one imposed on the
include
() method of the
RequestDispatcher
class.
A
jsp:include
action may have
jsp:param
subelements that can provide values for
some parameters in the request to be used for the inclusion.
Request processing resumes in the calling JSP page, once the inclusion is completed.
If the page output is buffered then the buffer is flushed prior to the inclusion. See Section B.4
for an implementation note. See Section 5.4.5 for limitations on flushing when
out
is not
the top level
JspWriter
.
Examples
67
JavaServer Pages 1.1 Specification
November 30, 1999
JSP Web Hosting JavaServer Pages Specifications JSP Hosting
|
|
|
|
TotalRoute.net Business web hosting division of Vision Web Hosting Inc. All rights reserved. |