%@page session="true" import="com.edeal.frontline.*"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %>
<%@page session="true" import="com.edeal.frontline.navigation.FlRequest"%>
<%
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 = null;
try {
id = Population.getID();
} catch (FieldNotInitializedException fnie) {
}
%>
|
|
|
|
|
|
|
|
|