%@page session="true" import="com.edeal.frontline.*"%> <%@ page isELIgnored="false"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@page import="com.edeal.frontline.controller.actions.SaveActionbarCssAction"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %><% String actionsPage = request.getParameter("actionsPageURL"); if (actionsPage == null) { actionsPage = (String)request.getAttribute("action"); } isABDeployed = (Boolean)session.getAttribute(SaveActionbarCssAction.ACTIONBAR_DEPLOYED_ATTR); if (isABDeployed == null) { isABDeployed = true; } %>