<% /****************************************************************************** * 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.*"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="java.util.Date" %> <%@ page import="java.util.Locale" %> <%@ page import="java.text.DateFormat" %> <%@ page import="com.edeal.frontline.helper.*"%> <%@page import="org.apache.commons.lang.StringUtils"%> <%@page import="com.edeal.frontline.helper.custom.*"%> <%@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(); String id = flRequest.getRequestParameterOrAttribute("id"); String popName = flRequest.getRequestParameterOrAttribute("reqName"); String type = flRequest.getRequestParameterOrAttribute("type"); String actCode; try { actCode = ActorHelper.getSessionActor(session).getActCode(); } catch (FieldNotInitializedException fnie) { actCode = null; } Vector vectParams = null; try { vectParams = Requester.getQueryParameters(); } catch (Throwable ex) { logger.error(ex.getMessage()); } String[] argsReq = null; try { if(vectParams != null && !vectParams.isEmpty()) { argsReq = new String[vectParams.size()]; for(int i = 0; i < vectParams.size(); i++) { Hashtable row = (Hashtable)vectParams.elementAt(i); String[] values = Utils.translateParameterValues(context, request.getParameterValues( "Param" + (String)row.get("num"))); if(values == null) { argsReq[i] = ""; } else if(values.length == 1) { argsReq[i] = values[0]; } else { argsReq[i] = Utils.implodeList(values, ";"); } } } } catch (Throwable ex) { logger.warn("[view_validate.jsp] " + ex.getClass().getName() + " : " + ex.getMessage()); } String argParam = null; if (argsReq != null && argsReq.length > 0) { argParam = ""; for (int j = 0; j E-DEAL
<% if (canGenerate) { %> " showFooter="false" ignoreCriteria="true"> <% if (argsReq != null && argsReq.length > 0) { for (int j = 0; j <% } } %>
<% Date toDay = new Date(); DateFormat dfs = DateFormat.getDateInstance(DateFormat.SHORT,FlLocale.getInstance(session).getLocale()); String reqName = null; try{ reqName = Requester.getReqTitle(); }catch(FieldNotInitializedException fnie){ reqName="untitled"; } String valToDisplay = reqName; if (StringUtils.isNotEmpty(actCode)) { valToDisplay += " - " + actCode; } valToDisplay += " - " + dfs.format(new Date()); %>

   
<% } else { %> ">
<%= genStatus.getErrorMessage(session) %>

<% } %>