<%@ page language="java" contentType="text/html; charset=UTF-8"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="java.util.Hashtable" %> <%@ page import="java.util.Vector" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="com.edeal.frontline.DataDictionary" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="com.edeal.frontline.navigation.WebUtils" %> <%@ page import="com.edeal.frontline.FieldBean" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ page import="com.edeal.frontline.helper.custom.FieldHelper" %> <%@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(); DataDictionary dico = context.getDataDictionary(); String type = flRequest.getParameter("type"); String field = flRequest.getParameter("field"); String fieldIndex = flRequest.getParameter("fieldIndex"); String fieldid= flRequest.getParameter("fieldid"); String query = flRequest.getParameter("query"); String formIndex = flRequest.getParameter("formIndex"); Vector vectFld = (Vector)flRequest.getAttribute("vectFld"); vectFld = vectFld == null ? new Vector() : vectFld; Vector vectRefs = (Vector)flRequest.getAttribute("vectRefs"); vectRefs = vectRefs == null ? new Vector() : vectRefs; try { Integer.parseInt(formIndex); } catch (NumberFormatException nfe) { formIndex = "0"; } formIndex = formIndex != null && !"".equals(formIndex) ? formIndex : "0"; fieldIndex = fieldIndex != null ? "_" + fieldIndex : ""; // deal with return mode : if fieldid then just do a getElementById else usual, through the form String fieldName=(fieldid==null)?field:fieldid; field = field == null ? "" : field; String fldName = ""; if ((field != null) && (!"".equals(field))){ try { fldName = FieldHelper.getFieldLabel(session, context, field); } catch (FieldNotInitializedException fnie) { } } %> ">
<%-- The 'gridFocusRecipient' tag is used to receive the focus when the mouse leaves a grid area. It's part of the Firefox triple-click bug fix. --%>
<% %>
  <%= Utils.formatToWeb(fldName, false) %><% %> <% %>
<% %>
" class="search_button_new">
">
" width="9" height="18">