<%@ page language="java" contentType="text/html; charset=UTF-8"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="java.io.File" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); String id = ""; id = flRequest.getRequestParameterOrAttribute("id"); boolean jspFileExists = Boolean.parseBoolean(flRequest.getRequestParameterOrAttribute("jspFileExists")); String type = null; type = flRequest.getRequestParameterOrAttribute("type"); String tooltipData = "/common/tooltip/custom/tooltip_"+type.toLowerCase()+".jsp"; %> <%if(jspFileExists){ %> <%}%>