Tags fmt
Tag setBundle


Loads a resource bundle and stores it in the named scoped variable or the bundle configuration variable


Tag Information
Tag Classorg.apache.taglibs.standard.tag.rt.fmt.SetBundleTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
basenametruetruejava.lang.StringResource bundle base name. This is the bundle's fully-qualified resource name, which has the same form as a fully-qualified class name, that is, it uses "." as the package component separator and does not have any file type (such as ".class" or ".properties") suffix.
varfalsefalsejava.lang.StringName of the exported scoped variable which stores the i18n localization context of type jakarta.servlet.jsp.jstl.fmt.LocalizationC ontext.
scopefalsefalsejava.lang.StringScope of var or the localization context configuration variable.

Variables
No Variables Defined.


Copyright © 2018, 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.