JSP CUSTOM TAG LIBRARIES


msg tag
Example

Provides a localized message in any context. Domino looks up the specified key in the specified (or default) message bundle and applies any replacement arguments you supply in the arg0 through arg4 attributes are applied. It then either displays the message or puts it into the page variable specified using the id attribute.

Contexts

Valid in:


Syntax
Attributes

arg0 - arg4


bundle
id
locale
msgkey
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

Example
See Also