<%@page import="com.edeal.frontline.helper.RequesterBaseHelper"%> <%@page import="com.edeal.frontline.navigation.WebUtils"%> <% /****************************************************************************** * Copyright (c) 2000-2005 e-Deal * * e-Deal S.A. * 55 rue Brillat Savarin * 75013 Paris * France * * T: +33 (0)1 53 80 80 30 * F: +33 (0)1 73 01 69 77 * http://www.e-deal.com * * La diffusion de ce code source sous quelque forme que ce soit sans * l'autorisation de E-DEAL est interdite. * * Vous êtes autorisés à modifier ce code source uniquement pour votre usage * propre et sous réserve que les mentions de copyright demeurent intactes. * * Ce code est fourni en l'état. Aucune garantie d'aucune sorte, explicite ou * implicite n'est donnée. En aucun cas E-DEAL ne pourra être tenu pour * responsable des dommages pouvant résulter de l'utilisation de ce code * source. ******************************************************************************/ %> <%@page session="true"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.DataDictionary" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ page import="com.edeal.frontline.ActorBean" %> <%@ page import="java.util.Hashtable" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="java.util.Vector" %> <%@ page import="com.edeal.frontline.RequesterBean" %> <%@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 id = null; try { id = flRequest.getParameter("id"); } catch (Exception e) { } String reqTitle = null; String reqName = null; String reqRemarks = null; boolean isPopType = false; try { reqTitle = Requester.getReqTitle(); reqName = reqTitle;} catch (FieldNotInitializedException ex) {reqName="";} try { reqRemarks = Requester.getReqRemarks(); } catch (FieldNotInitializedException ex) {} try { String idPopType = dico.getRefIdByCode("ReqTyrID","POPULATION"); String pReqType = Requester.getReqTyrID(); isPopType = pReqType!= null && idPopType != null && idPopType.equals(pReqType); } catch (FieldNotInitializedException e) { } Vector vectParams = Requester.getQueryParameters(); if (vectParams == null) { vectParams = new Vector(); } for(int i = 0; i < vectParams.size(); i++) { Hashtable row = (Hashtable)vectParams.elementAt(i); String reqLookUp = (String)row.get("lookup"); Hashtable lookUp = null; if(reqLookUp != null) { try { lookUp = RequesterBaseHelper.validateLookUp(context, reqLookUp); } catch (Exception ex) { } } if(lookUp != null) { row.put("lookup", lookUp); } vectParams.setElementAt(row, i); } %> " objectTitle="<%= Utils.getMessage(session, \"L60E2\", \"Requester\") %>" ou="<%= \"/edit_requester.fl\" + (id != null ? \"?id=\" + id : \"\") %>">
<% for(int i = 0; i < vectParams.size(); i++) { Hashtable row = (Hashtable)vectParams.elementAt(i); String reqNum = (String)row.get("num"); String reqParam = (String)row.get("name"); Hashtable lookUp = (Hashtable)row.get("lookup"); String reqType = row.get("type") == null ? "CHAR|VARCHAR|LONGVARCHAR|CLOB" : dico.getRefCode("ReqType1", (String)row.get("type")); %> <% } %>
<%= reqParam == null ? Utils.getMessage(session, "L60E0", "") : Utils.getMessage(session, reqParam, Utils.getMessage(session, "L60E0", "")) %> <% if ("BIT".equals(reqType)) { %>     <% } else if (lookUp == null || lookUp.get("type") == null) { %> <% if (lookUp != null && "1".equals(lookUp.get("multival"))) { %>
<% } %> <% } else if ("TXT".equals((String)lookUp.get("type"))) { %> '<%= "1".equals(lookUp.get("multival")) ? ", true" : "" %>)"> <% if ("1".equals(lookUp.get("multival"))) { %>
<% } } else if ("OBJ".equals((String)lookUp.get("type"))) { if("1".equals(lookUp.get("multival"))) { %> ', true)"> <% } else { String objParamFieldName="Param"+reqNum; %>
  ')"> Sélectionner  Vider le champ <% } } else if ("REF".equals((String)lookUp.get("type"))) { %> <% } %>
">
 
 
 
        :
    :
">