| |||||||
FRAMES NO FRAMES |
<cms:contentload>
. It has to be used in the body of <cms:contentload>
. Typically, the tag is employed to build up a page navigation or, when using the surrounding <cms:contentload>
with the attribute preload="true"
, to get information about the number of contents collected.
Tag Information | |
Tag Class | org.opencms.jsp.CmsJspTagContentInfo |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
var | false | true | java.lang.String | Name of the exported scoped variable that provides access to information about the XML contents loaded via <cms:contentload> . The variable's visibility is limited to the body of the surrounding <cms:contentload> tag. The exported variable has type org.opencms.jsp.util.CmsContentInfoBean. |
value | false | true | java.lang.String | Deprecated. There is no need to use this attribute since JSP 2.0 standard. Just use EL outside of the tag. The string or EL expression, the tag is replaced with.For example, if the attribute var is set to info , providing ${info.resultSize} as value for value , the number of results collected by the surrounding <cms:contentload> is displayed. Warning: might not work properly for the first execution of the tag. |
scope | false | true | java.lang.String | The scope, where the exposed variables are placed. The following values are supported:
|
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |