%@page import="com.edeal.frontline.DataDictionary"%> <%@page import="com.edeal.frontline.ObjectsBean"%> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% ObjectsBean actorBean = dico.getTable("sql", "Actor"); String xmlActortListID = null; try { xmlActortListID = actorBean.getObjSelectListID(); } catch (FieldNotInitializedException e) { } String selectActorLinkMultiple = ""; if (xmlActortListID != null) { selectActorLinkMultiple = "xml_select_multiple_list.fl?id=" + xmlActortListID + "&field=IntActID"; } else { selectActorLinkMultiple = "xml_select_multiple_list.fl?code=ACTOR&field=IntActID"; } %>