%@page session="true"%>
<%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %>
<%@ page import="com.edeal.frontline.FieldNotInitializedException" %>
<%
String id = null;
try {
id = Product.getID();
} catch (FieldNotInitializedException e) {
}
%>
|
|
|
|
|
|