<%@ taglib uri="http://www.entplace.com/taglibs/ep" prefix="ep" %> <%@ page import="com.entplace.util.Links" %> <%! static String bcpURL = "http://" + Links.CLASS_HOST; %> <% String dest = bcpURL; String aff = request.getParameter("aff"); if (aff != null && !"".equals(aff)) { dest += "/aff/" + aff; } %>