<%@page import="com.edeal.frontline.helper.custom.InteractionHelper"%> <%@page import="com.edeal.frontline.navigation.FlRequest"%> <%@page session="true" import="com.edeal.frontline.*"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); DataDictionary dico = context.getDataDictionary(); String id = null; try { id = Interaction.getID(); } catch (FieldNotInitializedException fnie) { } id = id!=null?id:""; boolean isDone = false; try { isDone = "DONE".equals(dico.getRefCode("IntStiID", Interaction.getIntStiID())); } catch (FieldNotInitializedException fnie) { } catch (FrontlineException fe) { } InteractionHelper interactionHelper = new InteractionHelper(Interaction); %>

<% /* 0041739: Relance de correspondance http://u-project2.umanis.com/view.php?id=41739 */ if (!isDone) { %>

<%= interactionHelper.getRealizeLabel(flRequest) %>

<% } %>