The Common-Controls Tag Library
[
Syntax
|
Attributes
|
Example
]
<template:include>
Includes a localized resource
Tag class:
IncludeTag
[ Syntax ]
Standard Syntax
<template:include
page
= "String"
[
base
= "path or resource key" ]
[
flush
= "boolean" ]
[
locale
= "String" ]
/>
[ Attributes ]
Attribute
Type
Description
Req.
RTExp
base
path or resource key
The base directory for the JSP-pages is determined with the base attribute.
flush
boolean
locale
String
Enables localization for the jsp page. String literals will be interpreted as keys in the
Application.properties
file.
Annotation
: boolean value
true
or
false
or the name of a locale.
page
String
the name of the jsp page
[ Example ]