Documentation Center

Registering custom tags in Page Templates

If you have a Java/JSP Web site, to use the Experience Optimization JSP Custom Tags, change all relevant Page Templates to add an instruction to register the Custom Tags to the top of every published Web page that uses these controls.

Procedure

  1. Open your Page Templates.
  2. Add the following lines to the generated output:
    <%@ taglib uri="/smarttarget" prefix="smarttarget" %>
    <%@ taglib uri="/cd_tags" prefix="tridion" %>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <%@ page isELIgnored="false" %>