An AddBundle Tag sets the resource bundle file for the user locale in a concrete context (scope) to provide NLS. This tag should be placed at the beginning of the JSP process.
Mandatory attributes: file
Attribute | Description | Default value |
---|---|---|
file | Where to find the resource bundle. This is a required value. | |
scope | Context in which the resource bundle is used. The values for this attribute are page, request, appli, or session. | session |
<H4>Using the AddBundle Tag</H4> <dse:add file="HTMLBundle" scope="page"/>