Home > Contents > Index >
ics:insertpage
Inserts the results of a Sites page evaluation into the current output stream.
Syntax
<ics:insertpage pagename="page name"> <ics:argument name="arg name" value="value"/> <ics:insertpage/>Parameters
pagename (required)
- Name of the page to be inserted into the current output stream.
Description
The
ics:insertpage
tag inserts the results of a Sites page evaluation into the current output stream or sets the content into a variable. In addition, it supportsics:argument
constructs for compound URL ics:insertpage tags.Error Numbers
The possible values of
errno
include:
Value Description -300 File not found. -303 Path not found.Example
The following example inserts a page called
MainPage
into the output stream.<ics:insertpage pagename="MainPage"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.