Back Forward More about JavaServer Page tags

JavaServer Pages 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):

1. Copy the tag library JAR file to the /lib directory:

<webserverbase>\webapps\pegarules\WEB-INF\lib

2. Update the Dynamic System Settings data instance to add the new library to the class paths. See the Pega Developer Network article PDNPRKB-20931 About the Process Commander class paths.

3. Stop and restart the Process Commander application to make the Dynamic System Settings effective.

4. Update stream rules as desired to reference the new tags.

Compiler

Process Commander support of JSP tags is based on Jasper 2.0 from the Apache Software Foundation. SO What ?R-12931

JAR file

The pegatags.jar file implements the Process Commander tags.

Definitions Jasper, JSTL, stream processing
Related topics Introducing JSP tags

JavaServer Pages tagsAbout JavaServer Page tags