<%@ page language="java"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="java.util.Hashtable" %> <%@ page import="com.edeal.frontline.DataDictionary" %> <%@ page import="com.edeal.frontline.FlContext" %> <%@ page import="java.util.Map" %> <%@ page import="com.edeal.frontline.navigation.WebUtils" %> <%@ page import="com.edeal.frontline.ActorBean" %> <%@ page import="com.edeal.frontline.AccessDeniedException" %> <%@ page import="com.edeal.frontline.InteractionBean" %> <%@ page import="java.util.Vector" %> <%@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(); // List code String lc = flRequest.getRequestParameterOrAttribute("lc"); if (lc == null) { lc = flRequest.getRequestParameterOrAttribute("code"); } if (lc == null) { lc = "OutBoundLog"; } request.setAttribute("lc", lc); // search criteria String sc = flRequest.getRequestParameterOrAttribute("sc"); // object uri String ou = flRequest.getRequestParameterOrAttribute("ou"); // id String objTitle = flRequest.getRequestParameterOrAttribute("obj.title"); String nb = flRequest.getSearchCriteria("$$nb"); Map searchCriteria = new Hashtable(); if (sc != null) { searchCriteria = WebUtils.parseQueryString(sc); } Vector vectbeginDate = (Vector) searchCriteria.get("beginDate"); Vector vectendDate = (Vector) searchCriteria.get("endDate"); String beginDate = null; String endDate = null; if (vectbeginDate != null ) beginDate = (String) vectbeginDate.firstElement(); if (vectendDate != null ) endDate = (String) vectendDate.firstElement(); request.setAttribute("selectedTab", "0"); %> <%--
--%> " method="post" onsubmit="doSubmit()"> ">
 " name="beginDate" size="10" onFocus="this.select()" onBlur="if (this.value != '') { ctrlDateField(this, '')}"> ';return true;" onMouseOut="window.status=' '; return true">  " size="10" onFocus="this.select()" onBlur="if (this.value != '') { ctrlDateField(this, '')}"> ';return true;" onMouseOut="window.status=' '; return true">