The Common-Controls Tag Library

<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 ]

AttributeTypeDescriptionReq.RTExp
basepath or resource key The base directory for the JSP-pages is determined with the base attribute.  
flushboolean 
localeString 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.

 
pageString the name of the jsp page

[ Example ]