Attribute | Variable Name | Description | Contained by |
bundle | msgbundle | Name of the message bundle to use to look up internationalized messages. Default is:
messages | |
host | host | Name of the Common Object Request Broker Architecture (CORBA) server that the tags will communicate with instead of using the local Notes Object Interface (NOI) calls. If no session tag is used, all the tags will check for the existence of this attribute to initialize the NOI session. All "Local" databases are considered local to the CORBA server. | db, form, ftsearch, session, view |
dbname | dbname | Name of the database being accessed. | db, form, ftsearch, view |
dbserver | dbserver | Name of a remote Domino server that hosts the database being accessed. This attribute is not often used. It should be specified if the data content for an application is stored in a different database from the database storing the design data for the application. Default is:
Local | db, form, ftsearch, view |
locale | locale | Name of the locale to use to look up internationalized messages or to perform output formatting. Use this format:
<languageCode>_<countryCode>
By default, the locale is derived by the container from the browser's Acceptlang string. See Locale codes for language and country code information. | |
onfailure | onfailure | Indicates how a failure should be handled. Must be either: inline or exception. | All tags |
password | password | Password associated with the specified user ID.
Note If you supply the password this way - using a default page parameter, it will be exposed in the URL string. You can prevent this by using container-managed access. | db , form, ftsearch, session, view |
responseto | responseto | Domino Unique ID of the parent document that a response document responds to. | form |
timezone | timezone | Time zone to use to format and parse dates. Defaults to the time zone of the server (not the browser). | All tags |
unid | unid | Domino Unique ID for the context document. | form |
user | user | User ID used to log into the session. Default is Anonymous. | db , form, ftsearch, session tag, view |
viewname | viewname | Name of the view to display or to use as the view context for the form or query. | form, view |
Scope | Retrieval Method | Variable Name(<varname>) |
Tag | attribute value | |
ServletContext | ServletContext.getInitParameter() | lotus.domino.preset.<varname> |
APPLICATION_SCOPE | PageContext.getAttribute() | lotus.domino.preset.<varname> |
SESSION_SCOPE | PageContext.getAttribute() | lotus.domino.preset.<varname> |
REQUEST_SCOPE | PageContext.getAttribute() | lotus.domino.preset.<varname> |
PAGE_SCOPE | PageContext.getAttribute() | lotus.domino.preset.<varname> |
Query string | HTTPServletRequest.getParameter() | <varname> |
PAGE_SCOPE | PageContext.getAttribute() | lotus.domino.default.<varname> |
REQUEST_SCOPE | PageContext.getAttribute() | lotus.domino.default.<varname> |
SESSION_SCOPE | PageContext.getAttribute() | lotus.domino.default.<varname> |
APPLICATION_SCOPE | PageContext.getAttribute() | lotus.domino.default.<varname> |
ServletContext | ServletContext.getInitParameter() | lotus.domino.default.<varname> |