<% /****************************************************************************** * Copyright (c) 2000-2004 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" import="com.edeal.frontline.*,java.util.*,com.edeal.frontline.navigation.FlRequest,com.edeal.frontline.SLABean"%> <%@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 flContext = flRequest.getContext(); DataDictionary dictionary = flContext.getDataDictionary(); String SfwID = flRequest.getRequestParameterOrAttribute("SfwID"); String slaID = null; try { slaID = SLAState.getSlsSLAID(); } catch (FieldNotInitializedException fnie) { } SLABean SLA = new SLABean(slaID, flContext); String slaObjID = null; try { slaObjID = SLA.getSlaObjID(); } catch (FieldNotInitializedException fnie) { } Vector vectFldSla = null; try { vectFldSla = SLA.getSlaFldID(); } catch (FieldNotInitializedException fnie){ vectFldSla = new Vector(); } String slsID = null; try { slsID = SLAState.getSlsID(); } catch (FieldNotInitializedException fnie) { } String fld1 = null; try { fld1 = SLA.getSlaField1(); } catch (FieldNotInitializedException fnie) { } String fld2 = null; try { fld2 = SLA.getSlaField2(); } catch (FieldNotInitializedException fnie) { } String fld3 = null; try { fld3 = SLA.getSlaField3(); } catch (FieldNotInitializedException fnie){ } %> " ou="<%= \"/read_sls.fl?id=\" + slsID %>">
"/>
<% if (fld1 != null) { String value1 = null; try { value1 = SLAState.getSlsValue1(); } catch (FieldNotInitializedException fnie) { } FieldBean fld = dictionary.getFieldByID(fld1); String display = null; String fldDisplayLabel = null; try { fldDisplayLabel = fld.getFldDisplayLabel(); } catch (FieldNotInitializedException fnie) { } String fldDisplay = null; try { fldDisplay = fld.getFldDisplay(); } catch (FieldNotInitializedException fnie) { } if (fldDisplayLabel != null) display = Utils.getMessage(session, fldDisplayLabel, false, true, fldDisplay); else display = fldDisplay; String refDisp = null; if (value1 != null) refDisp = (String)dictionary.getRefDisp(fld.getFldSql(), value1); %> <%= Utils.formatToWeb(display, false) %> : <%= value1 != null ? Utils.formatToWeb(refDisp, false) : " "%>
<% } %><% if (fld2 != null) { String value1 = null; try { value1 = SLAState.getSlsValue2(); } catch (FieldNotInitializedException fnie) { } FieldBean fld = dictionary.getFieldByID(fld2); String display = null; String fldDisplayLabel = null; try { fldDisplayLabel = fld.getFldDisplayLabel(); } catch (FieldNotInitializedException fnie) { } String fldDisplay = null; try { fldDisplay = fld.getFldDisplay(); } catch (FieldNotInitializedException fnie) { } if (fldDisplayLabel != null) display = Utils.getMessage(session, fldDisplayLabel, false, true, fldDisplay); else display = fldDisplay; String refDisp = null; if (value1 != null) refDisp = (String)dictionary.getRefDisp(fld.getFldSql(), value1); %> <%= Utils.formatToWeb(display, false) %> : <%= value1 != null ? Utils.formatToWeb(refDisp, false) : " "%>
<% } %><% if (fld3 != null) { String value1 = null; try { value1 = SLAState.getSlsValue3(); } catch (FieldNotInitializedException fnie) { } FieldBean fld = dictionary.getFieldByID(fld3); String display = null; String fldDisplayLabel = null; try { fldDisplayLabel = fld.getFldDisplayLabel(); } catch (FieldNotInitializedException fnie) { } String fldDisplay = null; try { fldDisplay = fld.getFldDisplay(); } catch (FieldNotInitializedException fnie) { } if (fldDisplayLabel != null) display = Utils.getMessage(session, fldDisplayLabel, false, true, fldDisplay); else display = fldDisplay; String refDisp = null; if (value1 != null) refDisp = (String)dictionary.getRefDisp(fld.getFldSql(), value1); %> <%= Utils.formatToWeb(display, false) %> : <%= value1 != null ? Utils.formatToWeb(refDisp, false) : " "%>
<% } %>
<% /****************************************************************************** * CVS Log File - This is no longer maintained! * * Revision 1.1 2007/01/10 16:34 houyam * Initial Revision * *****************************************************************************/ %>