.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JSP CUSTOM TAG LIBRARIES


Examples: preset tag
1. The following code presets the value of the onfailure attribute to inline for the session:
2. The following code presets the value of the dbname attribute for the page (Note that you do not have to include scope="page", since page is the default for scope):
3. The following code presets the values of the locale and bundle attributes for the session:
4. This code enables you to use the expression <%=dbname%> in the view tag to extract the database name for the dbname attribute.
See Also