<%@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"; } %>
<% if (Interaction.hasCorrespondentDisplay()) { String correspondentListString = Utils.formatStringForHtmlED(ibh.getCorrespondentJSONArray().toString()); %> <% } %>
" target="POPUP" url="/<%= selectActorLinkMultiple %>" >
" js='doSelectCorrespondent();'> isRequired="true" <%} %> values='<%=correspondentListString%>' autocomplete='{"objname": "PerID", "searchtype": "COR", "minimumCharacters": 2}' actions='{"sort": {"active": false}, "add": {"active": true, "authorizedouble": false}, "remove": {"active": true}}' oncollectionchanged='convertPerIDToCorID(event);' onaddmodeltocollection='convertPerIDToCorID(event);' >