The Common-Controls Tag Library

<util:calendarresources>

Creates a JavaScript Object (DTPRes) within the JSP, which defines the localized message resources for the calendar tag, like: months, weekdays, the window title and the button labels.

Body content: JSP
Tag class: CalendarResourceTag
 

[ Syntax ]

Standard Syntax
<util:calendarresources
[ locale = "String" ]
>
...Body Content...

</util:calendarresources>
 

[ Attributes ]

AttributeTypeDescriptionReq.RTExp
localeString enables localization for the control element. String literals will be interpreted as keys in the Application.properties file.

Annotation: boolean value true oder false oder the name of a locale.

 

[ Example ]

Creates the JavaScript Object (DTPRes) in the JSP.


<%@ taglib uri="http://www.common-controls.com/cc/tags-util"   prefix="util" %>

<util:calendarresources/>