Tag libraries

Infor e-Commerce Development Studio supports the use of JavaServer Pages (JSP) tag libraries. A tag library consists of tag handlers and tag library descriptors and can be deployed as part of an application by adding the tag library to the Tag Libraries section of the Application Properties tab. For more information on tag libraries, please refer to the Sun Microsystems servlet and JSP technology web sites.

The Tag Component can be used to utilize a tag library on a JSP page.

To delete a tag library, right-click on the name in Application Properties > Tag Libraries and select Delete tag library.

To view or edit a tag library's properties, right-click on the name in Application Properties > Tag Libraries and select Properties.

To add a new Tag library:

  1. From the Application Properties tab, right-click on Tag Libraries or on a Tag Library ID and select Add Tag Library.
  2. In the Properties window, type the Name.

    The Tag Library must have a unique Name.

    The Tag Component uses this ID to reference the Tag Library.

  3. Click Browse to select the Descriptor file for the Tag Library.
  4. Click Browse to select the JAR File containing the Tag Library implementation. This could be for example, tag-libraries-X.X.X.jar.
    Note: The Descriptor file and the JAR file you select will automatically be copied to a subfolder of the application, named taglibraries by default.
  5. Click OK when you are done.