<%@ taglib uri="http://www.entplace.com/taglibs/ep" prefix="ep" %> <%@ page import="com.synaptic.web.FormBase" %> <%@ page import="com.entplace.util.Money" %> <%@ page import="com.entplace.util.Pricing" %> <% boolean isBroker = request.getAttribute("isBroker.active") != null; String pricePrefix = "ep.mp."; if (isBroker) { pricePrefix = "ep.bbp."; } int basic_price = (Pricing.getPrice(pricePrefix + "forsale.basic")); int featured_price = (Pricing.getPrice(pricePrefix + "forsale.featured")); int deluxe_price = (Pricing.getPrice(pricePrefix + "forsale.deluxe")); int multimedia_price = (Pricing.getPrice(pricePrefix + "forsale.multimedia")); %> <%@ include file="/jsp/content/mp/member/sellers/features-table.jsp" %>