<%@page import="com.edeal.frontline.helper.custom.ActorHelper"%> <%@page import="org.apache.commons.lang.StringUtils"%> <%@page import="com.edeal.frontline.ScriptBean"%> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@ page import="com.edeal.frontline.grid.functions.InteractionSyntaxActions" %> <%@ taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% String initPhone = (String) request.getParameter("phone"); ScriptBean script = (ScriptBean) request.getAttribute("personEventScript"); %>

<% String actIdsInputValue = ActorHelper.getSessionActorID(session); try { actIdsInputValue = StringUtils.join(Interaction.getIntActID(), "|"); } catch (FieldNotInitializedException e) { } %> <% try { Interaction.getIntCorID(); %> "> <% } catch (FieldNotInitializedException e) { } %> <% try { Interaction.getIntPvtID(); %> <% } catch (FieldNotInitializedException e) { } %> <% try { Interaction.getIntAtvID(); %> <% } catch (FieldNotInitializedException e) { } %>
<% String correspondents = ""; if (Interaction.hasCorrespondentDisplay()) { correspondents = InteractionSyntaxActions.getIntCorrespondentHtmlWithNumber(session, context, Interaction, initPhone); %>
<%= correspondents %>
<% if (script!=null) {%> <% } %>
>
" target="POPUP" url='/preview_scriptresponse.fl?scriptID=<%= script.getID() %>&preview=0&lsePosition=0&hasNotes=<%= (script.isScrHasNotes()) ? "true": ""%>&perID=<%= personEvent.getPvtPersonID() %>' >
<% } %>