JSP CUSTOM TAG LIBRARIES


Using Domino JSP tags with a Web application server
The Domino JSP tag libraries are designed to let you build applications that can run on any J2EE-compliant Web application server.

To use the tags in a Web application:

1. Copy the domtags.jar file, which is located in the Notes/Data/domino/java directory, to the WEB-INF\lib directory for the Web application.

2. Copy the domtags.tld and domutil.tld files, which are also located in the Notes/Data/java directory, to the WEB-INF directory for the Web application.

3. In the web.xml file for your application, define the following tag library XML tags:


4. You can also use the web.xml file to set default values for the tags listed in the topic, "Setting default JSP Attribute values."

5. Add either of the following Domino Objects for Java JAR files to the classpath of the server hosting the Web application:


See Also