%
/*
Forma dla dobavlenia znacheniy v tabe Responsabili Categoria v forme CAG_PCD_ACD
*/
%>
<%@ include file="../src/com/apconsulting/pseudoejb/EntityContextWrapper.jsp" %>
<%@ include file="../src/com/apconsulting/pseudoejb/BMPEntityBean.jsp" %>
<%@ include file="../src/com/apconsulting/pseudoejb/ContextWrapper.jsp" %>
<%//@ include file="../src/com/apconsulting/jenesic/ejb/FornitoreTelefono/FornitoreTelefonoBean_Interfaces.jsp" %>
<%//@ include file="../src/com/apconsulting/jenesic/ejb/FornitoreTelefono/FornitoreTelefonoBean.jsp" %>
<%@ include file="../src/com/apconsulting/jenesic/util/Formatter.jsp" %>
<%@ include file="../_include/Checker.jsp" %>
Numeri Telefonici
<%
long lCOD_NUM_TEL_FOR_AZL=0; //1
long lCOD_FOR_AZL=0; //2
String strTPL_NUM_TEL= new String(); //3
String strNUM_TEL = new String(); //4
/*
IFornitoreTelefono Tel=null;
IFornitoreTelefonoHome TelHome=(IFornitoreTelefonoHome)PseudoContext.lookup("FornitoreTelefonoBean");
// stub for debuging
//strCOD_FOR_AZL="1042315978732"; //1074126717718
//if (true) return;
if(request.getParameter("ID")!=null)
{
// getting parameters of azienda
String strCOD_NUM_TEL_FOR_AZL = (String)request.getParameter("ID");
//getting of azienda object
Long tel_id=new Long(strCOD_NUM_TEL_FOR_AZL);
Tel = TelHome.findByPrimaryKey(tel_id);
// getting of object variables
lCOD_NUM_TEL_FOR_AZL = tel_id.longValue();
lCOD_FOR_AZL = Tel.getCOD_FOR_AZL();
strTPL_NUM_TEL = Tel.getTPL_NUM_TEL();
strNUM_TEL = Tel.getNUM_TEL();
}// if request
Checker c = new Checker();
lCOD_FOR_AZL = c.checkLong("",request.getParameter("ID_PARENT"), false);
*/
%>