%@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" %>
<%
final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass());
FlRequest flRequest = new FlRequest(request);
DataDictionary dico = flRequest.getContext().getDataDictionary();
String id;
try {
id = CalcMethod.getID();
} catch (FieldNotInitializedException e) {
id = null;
}
%>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|