CSP and HTML Tag Reference
<CSP:INCLUDE>
|
|
Specifies runtime include of a CSP file.
Synopsis
The CSP:INCLUDE tag includes another csp page or file at runtime. If there is a problem with the include then it will call the error page to display the error, setting the parameter
Error:IncludePage to the page it was trying to include.
You can use the CSP:INCLUDE tag to create components and then include these components within your CSP pages.
Therefore, it is recommended that you use
.csp or
.cls files for inclusion to avoid having to turn this flag on.
The following runs the CSP page,
includedpage.csp, to render a section of HTML within a container CSP page:
<CSP:INCLUDE PAGE="includedpage.csp?PARAM=ABC">