More about JavaServer Page tags
Using external tag libraries
Stream rules in your applications that use JSP tags can include references to tags in an external tag library (taglib):
- Copy the tag library JAR file to the /lib directory:
<webserverbase>\webapps\prweb\WEB-INF\lib
- Update the Dynamic System Settings data instance to add the new library to the class paths.
- Stop and restart the application to make the Dynamic System Settings effective.
- Update stream rules as desired to reference the new tags.
Compiler
JSP tag support is based on Jasper 2.0 from the Apache Software Foundation.
JAR file
The pegatags.jar
file implements the Pega Platform
tags.