IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

AddBundleTag

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

Table 1. AddBundleTag attributes
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
The following is an example of using AddBundleTag:
<H4>Using the AddBundle Tag</H4>
<dse:add file="HTMLBundle" scope="page"/>


Feedback