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
- Open your Page Templates.
- 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" %>
Note: The page directive with isELIgnored attribute controls whether the JSP 2.0 Expression Language (EL) is ignored (true) or evaluated normally (false).