<%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <%@ page import="com.edeal.frontline.CorrespondentBean" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%FlRequest flRequest = new FlRequest(request); CorrespondentBean correspondent = (CorrespondentBean)flRequest.getAttribute("Correspondent"); String corEntPerID=""; try{ corEntPerID= correspondent.getCorEntID(); } catch(FieldNotInitializedException fnie) { } corEntPerID+=":"; try{ corEntPerID+= correspondent.getCorPerID(); } catch(FieldNotInitializedException fnie) { } %> <%=corEntPerID%>