<%@page session="true" contentType="text/html; charset=UTF-8" import="com.edeal.frontline.*, java.util.*, com.edeal.frontline.controller.ControllerServlet, java.lang.reflect.Method"%> <%@ page import="com.edeal.frontline.navigation.*" %> <%@ page import="com.edeal.frontline.netbusiness.*,com.edeal.frontline.helper.custom.MessagesHelper" %> <%@ page import="java.net.URLDecoder" %> <%@page import="org.apache.commons.lang.StringUtils"%> <%@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()); boolean fIsDebugMode = false; String strHiddenOrText = fIsDebugMode ? "text" : "hidden"; ArrayList arrElink = new ArrayList(); arrElink = (ArrayList)request.getAttribute("arrElink"); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); DataDictionary dico = context.getDataDictionary(); if (arrElink.size() > 0) { %> <% } else { %> <% } %>