This component allows to include an external rendering component during the rendering processing.
This component can be used to invoke and include rendering from JSPs or servlets.
The inclusion is carried out using the J2EE request dispatcher.
Attributes | ||
optional
int
|
HeadingIncrement |
Defines the increment in heading (<Hn>) to apply after having rendered this. |
mandatory
String
|
Path |
The Url path that is invoked. |
Named Children Elements | ||
0 - unbounded
html.include.View[] |
Views |
Possible children view components. May be accessed from JSPs using Inlude.getCaller(request).getView(id) |
0 - unbounded
html.include.Action[] |
Actions |
Possible children action components. May be accessed from JSPs using Inlude.getCaller(request).getAction(id) |