|
|
|
<%
try {
String picID = Product.getPrdPicID();
%>
<%
} catch (FieldNotInitializedException fnie) {
}
%>
<%
String[] actFields = {"ActFstName", "ActName", "ActMail", "ActMobile", "ActFax"};
String[][] actQuery = {{"ActID = " + Utils.formatToSQL(context, actID)}};
Vector actList = ActorBean.listSummary(context, actFields, actQuery);
if (actList != null && actList.size() > 0) {
Hashtable row = (Hashtable)actList.elementAt(0);
String actName = (row.get("ActFstName") != null ? (String)row.get("ActFstName") + " " : "") + (row.get("ActName") != null ? (String)row.get("ActName") : "");
String actPhone = (String)row.get("ActMobile");
String actFax = (String)row.get("ActFax");
String actMail = (String)row.get("ActMail");
%>
<%
}
%>
|
|
<% String label = Utils.getMessage(session, "L62EB", "Fiche") + " "; %>
|
|
|