This tag points a content page at its template page.
<netui-template:template
[reportErrors="boolean_reportErrors"]
templatePage="string_urlToTemplatePage" />
- <netui-template:setAttribute> -- a tag that fills a <netui-template:attribute> placeholder with content.
- <netui-template:section> -- a tag that fills a <netui-template:includeSection> placeholder with content.
The URL of the template page is specified by the templatePage
attribute on the
<netui-template:template> tag.
<netui-template:template templatePage="./template.jsp">
...
<netui-template:setAttribute name="title" value="Template Tags Sample"/>
...
</netui-template:template>
<netui-template:...> Tags Sample
<netui-template:attribute> Tag
<netui-template:includeSection> Tag