JSP CUSTOM TAG LIBRARIES
Examples: default tag
1. The following code sets the default for the onfailure attribute to inline for the session:
<domino:default scope="session" onfailure="inline" />
2. The following code provides a default value for the database name (dbname attribute) for the page:
<domino:default dbname="mydb.nsf" />
3. The following code provides default values for the locale and bundle attributes for the session:
<domino:default scope="session" bundle="mybundle" locale="fr_CA" />
4. This code displays the creation date of the document referenced in the unid attribute for the default tag:
<body>
<domino:default dbname="test.nsf unid="A2EA92FE4B8AD5DD85256A3800581EC5" />
<domino:form name="testCreated">
<h4>Created tag output:</h4>
<domino:created />
</form>
</body>
See Also
default tag
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary