Edit C:\Windows\install\galaxie_p02_26-09\common\tooltip\tooltip_master.jsp
<%@ 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){ %> <table class="tooltip_cells"> <jsp:include page="<%= tooltipData %>" flush="false"/> </table> <%}%>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de