JSP CUSTOM TAG LIBRARIES


default tag
Example

Sets default values for attributes. Use this tag when you want to enable a user to override an attribute's default value. For instance, with this tag you can enable a query string to override the session default. This tag has no body.

See Setting default JSP attribute values for details on other ways to set default attribute values.

Contexts

Valid in:


Syntax
Attributes

The following attributes are optional:

bundle


host
dbname
dbserver
locale
password
responseto
scope
timezone
unid
user
viewname
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

Example
See Also