% /****************************************************************************** * Copyright (c) 2000-2008 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.*"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% String contextPath = (String) session.getAttribute("contextPath"); FlContext context = null; if (contextPath!=null) { context = Frontline.getContext(contextPath); } else { context = Frontline.getContext(request.getContextPath()); } FlRequest flRequest=new FlRequest(request); DataDictionary dico = context.getDataDictionary(); String cpgId =ExpenseCategory.getExcCampID(); CampaignBean cBean = new CampaignBean(cpgId, context); String cpgDep = null; try { cpgDep = cBean.getCpgDept(); } catch(FieldNotInitializedException fn) { } DepartmentBean dBean = new DepartmentBean(cpgDep, context); String dptID = null; String cpgEn = ""; try { dptID = dBean.getDptID(); DepartmentBean cpgDepartement = new DepartmentBean(dptID,context); cpgEn = cpgDepartement.getDptEnt(); } catch (FieldNotInitializedException fne) { } String refdisp = null; try { refdisp = (String)dico.getRefDisp(session, "Ety","Te1",cpgEn); } catch(FieldNotInitializedException fn1) { refdisp = ""; } String refTe2 = null; String excPostID = null; try { excPostID = ExpenseCategory.getExcPosteID(); refTe2 = (String)dico.getRefDisp(session, "Pst", "Te2", excPostID); refTe2 = dico.getRefIdByCode("Ptf", "Te1", refTe2); refTe2 = (String)dico.getRefDisp(session, "Ptf","Te1",refTe2); } catch (FieldNotInitializedException e) { } %> " ou="<%= \"/read_expensecategory.fl\" +ExpenseCategory.getID() %>"> - " target="_parent"> <%= cBean.getCpgCode() %> <% if (dptID == null) { %> <% } else { %> " target="_parent"> <%= dBean.getDptTitle() + " " + dBean.getDptCode() %> <% } %> <%=refdisp!=null?refdisp:""%> <%= refTe2 %> " nbPix="30">