package org.apache.jsp.siteweb.webform; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import com.itextpdf.text.log.SysoLogger; import java.util.Map.Entry; import java.math.BigDecimal; import com.edeal.frontline.*; import java.util.*; import java.util.Map.Entry; import java.text.*; import java.lang.reflect.*; import com.edeal.frontline.navigation.*; import com.edeal.frontline.helper.custom.*; import com.edeal.frontline.Utils; import com.edeal.frontline.helper.custom.FormHelper; import com.edeal.frontline.controller.actions.custom.LoadWebFormPvtAction; import org.apache.commons.lang.StringUtils; public final class webform_002dguide_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory(); private static java.util.List _jspx_dependants; static { _jspx_dependants = new java.util.ArrayList(1); _jspx_dependants.add("/WEB-INF/taglib.tld"); } private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody; private javax.el.ExpressionFactory _el_expressionfactory; private org.apache.AnnotationProcessor _jsp_annotationprocessor; public Object getDependants() { return _jspx_dependants; } public void _jspInit() { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); _jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName()); } public void _jspDestroy() { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.release(); _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody.release(); } public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException { PageContext pageContext = null; HttpSession session = null; ServletContext application = null; ServletConfig config = null; JspWriter out = null; Object page = this; JspWriter _jspx_out = null; PageContext _jspx_page_context = null; try { response.setContentType("text/html"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); com.edeal.frontline.FormBean Form = null; synchronized (request) { Form = (com.edeal.frontline.FormBean) _jspx_page_context.getAttribute("Form", PageContext.REQUEST_SCOPE); if (Form == null){ Form = new com.edeal.frontline.FormBean(); _jspx_page_context.setAttribute("Form", Form, PageContext.REQUEST_SCOPE); } } out.write('\r'); out.write('\n'); com.edeal.frontline.PersonBean Person = null; synchronized (request) { Person = (com.edeal.frontline.PersonBean) _jspx_page_context.getAttribute("Person", PageContext.REQUEST_SCOPE); if (Person == null){ Person = new com.edeal.frontline.PersonBean(); _jspx_page_context.setAttribute("Person", Person, PageContext.REQUEST_SCOPE); } } out.write('\r'); out.write('\n'); com.edeal.frontline.FormResponseBean FormResponse = null; synchronized (request) { FormResponse = (com.edeal.frontline.FormResponseBean) _jspx_page_context.getAttribute("FormResponse", PageContext.REQUEST_SCOPE); if (FormResponse == null){ FormResponse = new com.edeal.frontline.FormResponseBean(); _jspx_page_context.setAttribute("FormResponse", FormResponse, PageContext.REQUEST_SCOPE); } } out.write('\r'); out.write('\n'); final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); DataDictionary dico = context.getDataDictionary(); String printOnly = flRequest.getRequestParameterOrAttribute("printOnly"); if(printOnly==null || !"TRUE".equals(printOnly)) printOnly=null; String utk = flRequest.getRequestParameterOrAttribute("utk"); if(utk != null) flRequest.setAttribute("utk", utk); String eventCode = flRequest.getRequestParameterOrAttribute("event"); if(eventCode != null) flRequest.setAttribute("event", eventCode); String entID = FormHelper.getEntIDFromUTK(context, utk); String lngId = ""; try{ lngId = (new EnterpriseBean(entID, context)).getCustomProperty("EntRefLngID_").toString(); }catch(Exception e){ lngId = dico.getRefIdByCode("Lna", "Te1", "fr_FR"); } String ctrId = ""; try{ ctrId = (new EnterpriseBean(entID, context)).getEntCtrID(); }catch(Exception e){ ctrId = dico.getRefIdByCode("Ctr", "Te1", "FR"); } String languageID = lngId; String lngCode = dico.getRefCode("EntRefLngID_", languageID); String countryID = ctrId;//dico.getRefIdByCode("Ctr", "Te1", "FR"); FlLocale locale = FlLocale.getInstance(context, languageID, countryID); String init = flRequest.getRequestParameterOrAttribute("init"); String actID = (String)request.getSession().getAttribute("actorID"); String actcode = null; if(actID != null){ ActorBean actor = new ActorBean(actID, context); actcode = actor.getActCode(); } Date expireDt = null; //http://u-project2.umanis.com/view.php?id=39749 : Export guide / localités et Millésime String millesime = ""; try{ millesime = String.valueOf((Integer)Form.getCustomProperty("FrmMillesime_")); }catch(Exception e){ logger.error(" The field 'FrmMillesime_' not initialized to get 'Millesime' :" + e.getMessage()); try { millesime = context.getContextParameter("Millesime"); } catch (Exception e2) { logger.error("Option 'Millesime' not found :" + e2.getMessage()); } } Calendar cal = Calendar.getInstance(); cal.setTime(new Date()); int year = cal.get(Calendar.YEAR); Boolean askForStatus = (Boolean)flRequest.getAttribute( LoadWebFormPvtAction.ATT_ASKUSEREVTSTATUS); String enterprise = ""; String perEntID = null; String ctType = null; //int entCotisationMil_ = 0; try{ perEntID = Person.getPerEntID(); enterprise = (new EnterpriseBean(perEntID,context)).getCustomProperty("EntDispName_").toString(); }catch(Exception fe){ } //logger.info("contrat type :: " + ctType); String pvtStatus = ""; try { pvtStatus = ((Integer)flRequest.getAttribute(LoadWebFormPvtAction.ATT_PVTSTATUS)).toString(); } catch (Exception e) {} int iPvtStatus=Integer.MIN_VALUE; try { iPvtStatus=Integer.parseInt(pvtStatus); } catch (Exception e) {} @SuppressWarnings({ "rawtypes"}) Vector eventStatusList=(Vector)flRequest.getAttribute(LoadWebFormPvtAction.ATT_EVTSTATUSLIST); String webIntro = ""; String webHeader = ""; String webConclusion = ""; String webFooter = ""; String webTermsOfUse = ""; try { webIntro = FormHelper.makeHtmlCrLf(Form.getFrmWebIntro()); } catch (Exception e) {} try { webHeader = FormHelper.makeHtmlCrLf(Form.getFrmWebHeader()); } catch (Exception e) {} try { webConclusion = Form.getFrmWebConclusion(); } catch (Exception e) {} try { webFooter = FormHelper.makeHtmlCrLf(Form.getFrmWebFooter()); } catch (Exception e) {} try { webTermsOfUse =FormHelper.makeHtmlCrLf(Form.getFrmWebTermsOfUse()); } catch (Exception e) {} boolean fDoDisplayIntro=false; try { fDoDisplayIntro=(Boolean)flRequest.getAttribute(LoadWebFormPvtAction.ATT_DISPLAYINTRO); } catch (Exception e) {} // get the link for navigation boolean hasNextQuestions=false; boolean hasPreviousQuestions=false; boolean canValidate= false; boolean canIntegrate = false; boolean isFormPaginated=false; int positionFirstQuestion=-1; int positionLastQuestion=-1; // taritement sur l'évolution EB012 String contratRompu=null; try { contratRompu = Contrat_Helper.getAffiliateNumberByPersonID(context, Person.getID()); //ABM correction après retour Sonia if(contratRompu.equals("")){ contratRompu=null; } } catch (Exception e1) { contratRompu=null; } String peridForm = Person.getID(); String utkForm = utk; out.write("\r\n"); out.write("\r\n"); out.write("\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t"); out.print(Utils.getMessage(context, lngCode, "L63F4", true,true,"R�ponse au questionnaire")); out.write("\r\n"); out.write("\t\t\r\n"); out.write("\t\r\n"); out.write("\t\t
\r\n"); out.write("\t\t\t

\r\n"); out.write("\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "LF1DC", true,true,"N� Affili�") + " : " + Contrat_Helper.getAffiliateNumberByPersonID(context, Person.getPerID())); out.write("  \r\n"); out.write("\t\t\t

\t\r\n"); out.write("\t\t\t
\"\"/
\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t"); out.write("\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t"); out.print(Utils.getMessage(context, lngCode, "MF1D6", true,true,"QUESTIONNAIRE") + " " + millesime ); out.write("\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t
"); out.print( webHeader ); out.write("
\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t

 "); out.print( Utils.getMessage(context, lngCode, "LF1DD", true,true,"Logis") + " : " + enterprise); out.write("

\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t\t\"Up\"/\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t\"Down\"/\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t"); Map map = EnterpriseHelper.getListIdsTiersAssociesGuide(context, entID); Iterator it = map.keySet().iterator(); boolean first = true; out.write("\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t"); while(it.hasNext()){ String key = it.next(); String val = map.get(key); String tierstypeTe1 = (String) EnterpriseBean.lookup(context,"EntTyeID:RefTe1",key); out.write("\r\n"); out.write("\t\t\t \r\n"); out.write("\t\t\t"); first = false; } out.write("\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t"); @SuppressWarnings({ "rawtypes", "unchecked" }) LinkedHashMap> mapCotQuestionResponse=null; LinkedHashMap> mapQuestionResponse= null; LinkedHashMap> mapInitialQuestionResponse=null; it = map.keySet().iterator(); first = true; while(it.hasNext()){ String key = it.next(); String val = map.get(key); String QuestRespConst = LoadWebFormPvtAction.ATT_QUESTIONRESPONSEMAP; String InitQuestRespConst = LoadWebFormPvtAction.ATT_INIT_QUESTIONRESPONSEMAP; String prefix = "T"; if(val.startsWith("R")){ prefix = "R"; }else if(val.startsWith("M")){ prefix = "M"; }else if(val.startsWith("I")){ prefix = "I"; } mapQuestionResponse = new LinkedHashMap>(); mapInitialQuestionResponse = new LinkedHashMap>(); mapCotQuestionResponse = new LinkedHashMap>(); if("T".equals(prefix)){ mapQuestionResponse=(LinkedHashMap>)flRequest.getAttribute(QuestRespConst); mapInitialQuestionResponse=(LinkedHashMap>)flRequest.getAttribute(InitQuestRespConst); mapCotQuestionResponse = (LinkedHashMap>)flRequest. getAttribute(LoadWebFormPvtAction.ATT_QUESTIONRESPONSECOTMAP); }else{ mapQuestionResponse=(LinkedHashMap>)flRequest.getAttribute(QuestRespConst+prefix); mapInitialQuestionResponse=(LinkedHashMap>)flRequest.getAttribute(InitQuestRespConst+prefix); } String title = (String) EnterpriseBean.lookup(context,"EntTyeID:RefTe1",key); title += ": " + (String) EnterpriseBean.lookup(context,"EntDispName_",key); out.write("\r\n"); out.write("\t\t\r\n"); out.write("\t\t
\r\n"); out.write("\t\t \r\n"); out.write("\t\t
\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t
\r\n"); out.write("\t\t\r\n"); out.write("\t\t"); if(!first){ peridForm = LoadWebFormPvtAction.getPersonIdFromFormAndEnterprise(context,Person.getID(),Form.getID(),val); utkForm = peridForm != null && peridForm.length() == 16 ? peridForm.substring(8): utkForm; } out.write("\r\n"); out.write("\t\t
\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t"); if(init != null && !Utils.isEmpty(init) && "ok".equalsIgnoreCase(init)){ mapQuestionResponse = mapInitialQuestionResponse; } if (mapQuestionResponse!=null && mapQuestionResponse.size()>0) { // Variables servant au mode pagination logger.info("************ "+mapQuestionResponse); boolean fFirstQuestion=true; int lfqPosition=Integer.MIN_VALUE; int p = 0; out.write("\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "LF22F", true,true, "LES RENSEIGNEMENTS INDIQUES FIGURERONT, EN PARTIE, DANS LE GUIDE ")); out.write("\r\n"); out.write("\t\t\t
\r\n"); out.write("\t\t\t"); for (Entry> entry : mapQuestionResponse.entrySet()) { String lfqID = entry.getKey(); String hiddenlnk = ""; LinkFormQuestionBean lfq=new LinkFormQuestionBean(lfqID,context); // Question or paragraph ? String questionID=null; try { questionID=lfq.getLfqFormQuestionID(); } catch (Exception e) {} String paragraph=null; try { paragraph=lfq.getLfqParagraph(); p++;} catch (Exception e) {} Vector resps = entry.getValue(); String responseID = null; if(resps != null && resps.size() > 0) responseID = resps.elementAt(0); // may be null try { lfqPosition=lfq.getLfqPosition(); } catch (Exception e) {} // removed from here if (paragraph != null) { if(p > 1){ out.write("\t\r\n"); out.write("\t\t\t\t\t\t
\r\n"); out.write("\t\t\t\t\t"); } boolean isPrintedPave = (prefix.equals("T") & (p== 9 ^ p==8)) || ((prefix.equals("M") ^ prefix.equals("I")) & p == 7) ; out.write("\r\n"); out.write("\t\t\t\t\t
\r\n"); out.write("\t\t\t\t\t\t

"); out.print( Utils.getMessage(context, lngCode, paragraph, true,true, paragraph).replaceAll("::millesime::", millesime).replaceAll("::millesime\\+1::", (Integer.parseInt(millesime)+1)+"").replaceAll("::millesime-1::", (Integer.parseInt(millesime)-1)+"") ); out.write("

\r\n"); out.write("\t\t\t\t\t"); } else { FormQuestionBean question = null; QuestionResponseBean questionResponse=null; try { question = new FormQuestionBean(questionID , context); if (responseID!=null) { questionResponse = new QuestionResponseBean(responseID,context); } } catch (Exception e) { } if(question != null){ try{ int FqtSeqNum = question.getFqtSeqNum(); String FqtLabel = question.getFqtLabel(); //« J'ai complete/lu les informations de cet onglet ». (afficher seulement si on a qu'un seul onglet) if(FqtSeqNum == 121 && StringUtils.isNotBlank(FqtLabel) && FqtLabel.contains("lu les informations de cet onglet") && map.size() == 1){ continue; } //Tourisme et Handicap (afficher seulement si c'est France/guadeloupe/guyane) String pays = ""; if(FqtSeqNum == 31 && StringUtils.isNotBlank(FqtLabel) && FqtLabel.contains("Tourisme") && FqtLabel.contains("Handicap")){ pays = (String) EnterpriseBean.lookup(context,"EntCtrID:RefVal",key); if(StringUtils.isNotBlank(pays) && !"FR".equals(pays) && !"GP".equals(pays) && !"GF".equals(pays)){ continue; } } if(lfqPosition == 410 && prefix.equals("R")) { pays = (String) EnterpriseBean.lookup(context,"EntCtrID:RefVal",key); if(StringUtils.isNotBlank(pays) && !"FR".equals(pays) && !"GP".equals(pays) && !"GF".equals(pays)){ continue; } } }catch(FrontlineException eee){ } } //request.setAttribute("hiddenlnk", hiddenlnk); request.setAttribute("responses",resps); request.setAttribute("initialresponses",mapInitialQuestionResponse); request.setAttribute("isActorLogis",actcode != null && !"ano".equalsIgnoreCase(actcode)); request.setAttribute("curQuestion",question); // La question a poser request.setAttribute("curQrs",questionResponse); // La r�ponse �ventuellement existente try{ out.write("\r\n"); out.write("\t\t\t"); org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "webform_question.jsp" + (("webform_question.jsp").indexOf('?')>0? '&': '?') + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("lfqPos", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf( lfqPosition ), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("lfqID", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf( lfqID ), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("lngCode", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(lngCode ), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("countryID", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(countryID ), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("languageID", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(languageID ), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("millesime", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(millesime ), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("EntID", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(key ), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("prefix", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(prefix ), request.getCharacterEncoding()), out, false); out.write("\r\n"); out.write("\t\t\t\t\t\t"); }catch(Exception e){ e.printStackTrace(); } if (fFirstQuestion) { positionFirstQuestion=lfqPosition-1; out.write("\r\n"); out.write("\t\t\t\t\t\t\t\r\n"); out.write("\t\t\t\t\t\t"); } // first question fFirstQuestion=false; }//N'est pas un paragraph } // while positionLastQuestion=lfqPosition; if(p >= 1){ out.write("\r\n"); out.write("\t\t\t\t\t
\r\n"); out.write("\t\t\t\t\t"); } out.write("\r\n"); out.write("\t\t\t\t"); if(mapCotQuestionResponse != null && !mapCotQuestionResponse.isEmpty()){ String filOppID = null; String depOppID = null; double filTotal = 0; double depTotal = 0; String ids = ""; String idsHEB = ""; out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t\t

\r\n"); out.write("\t\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "LF09F", "Cotisation") + " " + millesime ); out.write("

\r\n"); out.write("\t\t\t\t\t
\r\n"); out.write("\t\t\t\t\t"); out.print(Utils.getMessage(context, lngCode, "LF22A", "Cotisation FIL") ); out.write(":

\r\n"); out.write("\t\t\t\t\t\t\r\n"); out.write(" \t \t\t\t\t\t\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write(" \t \t\t\t\t\t\r\n"); out.write(" "); String PrdRegles_ = null; String COTHEB = null; boolean isHEB = false; try { COTHEB = dico.getRefIdByCode("Pl_", "Te1", "COTHEB"); } catch (Exception e) { e.printStackTrace(); } for (Entry> entry : mapCotQuestionResponse.entrySet()) { String lfqID = entry.getKey(); Vector cotResps = entry.getValue(); String filProID = null; ProductOpportunityBean filpro = null; if(cotResps != null && cotResps.size()>0 && !cotResps.isEmpty()){ QuestionResponseBean qrs = null; if(cotResps.elementAt(0) != null){ qrs = new QuestionResponseBean(cotResps.elementAt(0),context); try{ filProID = qrs.getQrsText(); }catch(FieldNotInitializedException e){ } } if(filProID != null){ String prdCode=null; try { filpro = new ProductOpportunityBean(filProID, context); prdCode = (String)ProductOpportunityBean.lookup(context, "ProPrdID:PrdCode", filProID); } catch (Exception e1) { e1.printStackTrace(); } try { PrdRegles_ = (String)ProductOpportunityBean.lookup(context, "ProPrdID:PrdRegles_", filProID); System.out.println("PrdRegles_= " + PrdRegles_); } catch (Exception e1) { PrdRegles_ = null; e1.printStackTrace(); } isHEB = PrdRegles_ != null && !PrdRegles_.isEmpty() && PrdRegles_.equals(COTHEB); } } } Integer maxOrder = 0; PrdRegles_ = null; isHEB = false; boolean first_HEB = true; for (Entry> entry : mapCotQuestionResponse.entrySet()) { String lfqID = entry.getKey(); Vector cotResps = entry.getValue(); String filProID = null; String depProID = null; int proQuantity = 0; ProductOpportunityBean filpro = null; String ProMontantTva_ = ""; String ProPrdTva_Val = ""; String ProRemise_ = ""; if(cotResps != null && cotResps.size()>0 && !cotResps.isEmpty()){ QuestionResponseBean qrs = null; if(cotResps.elementAt(0) != null){ qrs = new QuestionResponseBean(cotResps.elementAt(0),context); try{ filProID = qrs.getQrsText(); }catch(FieldNotInitializedException e){ } } if(cotResps.size() > 1 && cotResps.elementAt(1) != null){ qrs = new QuestionResponseBean(cotResps.elementAt(1),context); try{ depProID = qrs.getQrsText(); }catch(FieldNotInitializedException e){ } } if(cotResps.size() > 2 && cotResps.elementAt(2) != null){ qrs = new QuestionResponseBean(cotResps.elementAt(2),context); try{ String quantity = qrs.getQrsText(); Integer temp=0; try{ temp = Integer.valueOf(quantity); }catch(Exception e){ logger.error(e.getMessage()); } proQuantity = (quantity != null && !quantity.isEmpty()) ? temp : 0; }catch(FieldNotInitializedException e){ } } if(filProID != null && filProID.length()==16){ String prdCode=null; try { filpro = new ProductOpportunityBean(filProID, context); prdCode = (String)ProductOpportunityBean.lookup(context, "ProPrdID:PrdCode", filProID); } catch (Exception e1) { e1.printStackTrace(); } Integer maxquantity = null; try{ maxquantity = (Integer)ProductOpportunityBean.lookup(context, "ProPrdID:PrdMaxQt_", filProID); }catch(Exception e){ } Integer tmp = null; try{ tmp = (Integer)ProductOpportunityBean.lookup(context, "ProPrdID:PrdOrderQst_", filProID); }catch(Exception e){ } String SortingOrder = null; if(tmp==null) SortingOrder = "0"; else{ SortingOrder = tmp.toString(); if(tmp>maxOrder) maxOrder = tmp; } try{ ProMontantTva_ = ""+((Double)ProductOpportunityBean.lookup(context, "ProMontantTva_", filProID)/ (Integer)ProductOpportunityBean.lookup(context, "ProQuantity", filProID)); }catch(Exception e){ logger.warn(e.getMessage()); ProMontantTva_ = "0.0"; } try{ ProPrdTva_Val = ""+ProductOpportunityBean.lookup(context, "ProPrdTva_:Val", filProID); }catch(Exception e){ logger.warn(e.getMessage()); ProPrdTva_Val = "0.0"; } try{ ProRemise_ = ""+ProductOpportunityBean.lookup(context, "ProRemise_", filProID); }catch(Exception e){ logger.warn(e.getMessage()); ProRemise_ = "0.0"; } Double ProRemise_Nu1 = (double) 0; try{ ProRemise_Nu1 = (Double)dico.getRefDisp("Od_", "Nu1", ProRemise_); } catch (FrontlineException e) { } Double ProUnitHTrem_ = null; Double ProMontantHTrem_ = null; Double ProMontantTva_2 = null; try { ProUnitHTrem_ = (Double)ProductOpportunityBean.lookup(context, "ProUnitHTrem_", filProID); ProMontantHTrem_ = (Double)ProductOpportunityBean.lookup(context, "ProMontantHTrem_", filProID); ProMontantTva_2 = (Double)ProductOpportunityBean.lookup(context, "ProMontantTva_", filProID); } catch (Exception e1){ e1.printStackTrace(); } String prdLabel = null; if(ids != "") ids += "," + prdCode; else ids += prdCode; try { PrdRegles_ = (String)ProductOpportunityBean.lookup(context, "ProPrdID:PrdRegles_", filProID); System.out.println("PrdRegles_= " + PrdRegles_); } catch (Exception e1) { PrdRegles_ = null; e1.printStackTrace(); } isHEB = PrdRegles_ != null && !PrdRegles_.isEmpty() && PrdRegles_.equals(COTHEB); if (isHEB) { if(idsHEB != "") idsHEB += "," + "="+prdCode+"="; else idsHEB += "="+prdCode+"="; } String prdID =null; String prdName =null; String prdnamelng_ =null; try{ prdID = (String)ProductOpportunityBean.lookup(context, "ProPrdID", filProID); prdName = (String)ProductOpportunityBean.lookup(context, "ProPrdID:PrdName", filProID); prdnamelng_ = (String)ProductOpportunityBean.lookup(context, "ProPrdID:PrdNamelng_", filProID); try{ String[] fields = {"RelTe1"}; String[][] query = {{"RelRefID = '" + prdnamelng_ + "'" , "RelLngID = '" + languageID + "'" }}; String[] orderBy = {"RelTe1 ASC"}; @SuppressWarnings({ "rawtypes"}) Vector list = RefLocaleBean.listSummary(context, fields, query, orderBy ); if(list != null && list.size() > 0){ @SuppressWarnings({ "rawtypes"}) Hashtable line = (Hashtable)list.elementAt(0); prdLabel = (String)line.get("RelTe1"); } }catch(Exception e){ } }catch(Exception e ){ logger.warn(e.getMessage()); } //int proQuantity = (Integer)ProductOpportunityBean.lookup(context, "ProQuantity", filProID); try{ filOppID = (String)ProductOpportunityBean.lookup(context, "ProOppID", filProID); }catch(FrontlineException e){ e.printStackTrace(); } double filProttc = 0; try{ filProttc = (Double)ProductOpportunityBean.lookup(context, "ProPrice", filProID); }catch(FrontlineException e){} double priUnit = 0; try{ ///Avoir priUnit = (Double)ProductOpportunityBean.lookup(context, "ProUnitPrice", filProID); }catch(FrontlineException e){} String proPrdTva_ =null; try{ proPrdTva_ = (String)ProductOpportunityBean.lookup(context, "ProPrdTva_", filProID); }catch(FrontlineException e){ e.printStackTrace(); } try{ proPrdTva_ = dico.getRefCode("ProPrdTva_", proPrdTva_); }catch(FrontlineException e){ e.printStackTrace(); } if("T0".equalsIgnoreCase(proPrdTva_)) proPrdTva_ = "TVA INTRACOM"; double depProttc = 0; if(depProID != null) { try{ depProttc = (Double)ProductOpportunityBean.lookup(context, "ProPrice", depProID); depOppID = (String)ProductOpportunityBean.lookup(context, "ProOppID", depProID); }catch(FrontlineException e){} } try{ out.write("\r\n"); out.write(" \t \r\n"); out.write(" \t \r\n"); out.write(" \r\n"); out.write(" \r\n"); out.write(" \r\n"); out.write(" \r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" \r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" \r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" \r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" \r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" \r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" \r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" \r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } out.write("\r\n"); out.write(" \r\n"); out.write(" \r\n"); out.write("\t\t "); } } if(isHEB && first_HEB) first_HEB = false; } if(filOppID != null) { try{ filTotal = (Double) OpportunityBean.lookup(context, "OppNetApayer_", filOppID); }catch(FrontlineException e){ } filTotal = (new BigDecimal(filTotal)).setScale(2, java.math.RoundingMode.UP).doubleValue(); } if(depOppID != null) { try{ depTotal = (Double) OpportunityBean.lookup(context, "OppNetApayer_", depOppID); }catch(FrontlineException e){ } } out.write("\r\n"); out.write(" \t \r\n"); out.write(" \t \r\n"); out.write(" \t \r\n"); out.write(" \t \r\n"); out.write(" \t \r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t\r\n"); out.write(" \t \r\n"); out.write(" \t \t\t\t\r\n"); out.write(" \t \t\t\t\r\n"); out.write(" \t \t\t\t\r\n"); out.write(" \t \t\t\t\r\n"); out.write(" \t \t\t\t\r\n"); out.write(" \t \t\t\t\r\n"); out.write(" \t\r\n"); out.write(" \t \t\t\r\n"); out.write(" \t \r\n"); out.write(" \t \t\t\r\n"); out.write(" \t \t\t\r\n"); out.write(" \t \t\t\r\n"); out.write(" \t \r\n"); out.write(" \t \r\n"); out.write(" \t \r\n"); out.write("
"); out.print(Utils.getMessage(context, lngCode, "F203F", "D�signation") ); out.write(""); out.print(Utils.getMessage(context, lngCode, "F3023", "P. U. HT") ); out.write(""); out.print(Utils.getMessage(context, lngCode, "LF18A", "Quantit� factur�e") ); out.write(""); out.print(Utils.getMessage(context, lngCode, "F3025", "Remise sur P.U") ); out.write(""); out.print(Utils.getMessage(context, lngCode, "FF132", "P. U. HT Apr�s Remise") ); out.write(""); out.print(Utils.getMessage(context, lngCode, "FF134", "Montant HT") ); out.write(""); out.print(Utils.getMessage(context, lngCode, "FF130", "TVA � appliquer") ); out.write(""); out.print(Utils.getMessage(context, lngCode, "FF140", "Montant TVA") ); out.write(""); out.print(Utils.getMessage(context, lngCode, "F3026", "Prix net") ); out.write("
"); out.print((prdLabel != null ? prdLabel : Utils.formatToWeb(prdName, false)) + " (" + proPrdTva_ + ") " ); out.write("\r\n"); out.write(" "); }catch(Exception e){ System.out.println(e.getMessage()); } if(isHEB){ out.print("
"+Utils.getMessage(context, lngCode, "MF101", true,true,"*Plafonn� � XX h�bergements.").replace("XX", maxquantity+"")+""); } try{ out.write("\r\n"); out.write("
"); out.print(Utils.formatToWeb(priUnit, false)); out.write(" €\r\n"); out.write(" \t\r\n"); out.write(" \t"); out.print(ProRemise_Nu1.intValue()+"%"); out.write(""); out.print(ProUnitHTrem_); out.write(" €"); out.print(ProMontantHTrem_); out.write(" €"); out.print(ProPrdTva_Val); out.write(""); out.print(ProMontantTva_2); out.write(" € €\r\n"); out.write(" \r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" \r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" "); out.print(SortingOrder ); out.write("
  "); out.print(Utils.getMessage(context, lngCode, "LF18B", "Total HT") ); out.write(" "); out.print(Utils.getMessage(context, lngCode, "LF18C", "Total TVA") ); out.write(""); out.print(Utils.getMessage(context, lngCode, "LF18D", "Total TTC") ); out.write(""); out.print(maxOrder+1 ); out.write("
 "); out.print(Utils.getMessage(context, lngCode, "F1058", "Total")); out.write("     €"); out.print(maxOrder+2 ); out.write("
\r\n"); out.write(" \r\n"); out.write("
\r\n"); out.write("\t\t\t\t \r\n"); out.write("\t\t "); org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "webform-guide-devis-asso.jsp", out, false); out.write("\r\n"); out.write("\t\t \r\n"); out.write(" \r\n"); out.write("\t\t
\r\n"); out.write("\t\t
    \r\n"); out.write("\t\t \t "); String num_aff= Contrat_Helper.getAffiliateNumber(context, perEntID) ; out.write("\r\n"); out.write("\t\t "); out.print( Utils.getMessage(context, lngCode, "LF224", true,true,"
  1. Cotisation FIL :") ); out.write("\r\n"); out.write("\t\t "); out.print( Utils.getMessage(context, lngCode, "LF225", true,true,"joindre 1 ch�que bancaire. La FIL �tablira une facture pour cette cotisation
  2. ").replace("xxxxx", num_aff) ); out.write("\r\n"); out.write("\t\t
\t\r\n"); out.write("\t\t
\r\n"); out.write("\t\t"); String ctID = Contrat_Helper.getActifContractID(context, entID); String code = ""; if(ctID != null && !Utils.isEmpty(ctID)){ code = (String)com.edeal.frontline.custom.Contrat_Bean.lookup(context, "Ct_ModeReg:RefVal", ctID); } if(code!=null && !Utils.isEmpty(code) && "MS".equals(code)){ out.write("\r\n"); out.write("\t\t\t\t "); out.print( Utils.getMessage(context, lngCode, "MF0FD", true,true,"Vous avez opt� pour le paiement des cotisations par pr�l�vement mensuel. vous n'avez pas de r�glement � effectuer.")); out.write("\r\n"); out.write("\t\t"); } out.write("\r\n"); out.write("\t\t\t\t \r\n"); out.write("\t\t\t\t\t
\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); } //cotisation map ....> if(mapCotQuestionResponse != null && !mapCotQuestionResponse.isEmpty()) out.write("\r\n"); out.write("\t\t\t\t\r\n"); out.write("\t\t\t\t"); } //response map if not null if (mapQuestionResponse!=null && mapQuestionResponse.size()>0) out.write("\r\n"); out.write("\t\t\t\t\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); first = false; } //while tiers response map while(it.hasNext()) out.write("\r\n"); out.write("\t\t\t\t"); if(printOnly == null) { out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t\r\n"); out.write("\t\t\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "MF10C", true,true,"
Avant de signer, veuillez NOTER le montant de la cotisation 2016
").replaceAll("::millesime::",millesime).replaceAll("::millesime\\+1::", (Integer.parseInt(millesime)+1)+"").replaceAll("::millesime-1::", (Integer.parseInt(millesime)-1)+"") ); out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); } out.write("\r\n"); out.write("\t\t\t\t\r\n"); out.write("\t\t\t\t"); if(init == null || Utils.isEmpty(init) || !"ok".equalsIgnoreCase(init)){ out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); if (contratRompu != null){ if(actcode != null && !"ano".equalsIgnoreCase(actcode)){ out.write("\t\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "FF2B7", true,true,"J'imprime le questionnaire") ); out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); if(LoadWebFormPvtAction.isItOkToShowPrevaliderButtons(context,Person.getPerID(),Form.getFrmEventID()) && !"TRUE".equals(printOnly) ){ out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "MF192", true,true,"Pré-valider Chambres") ); out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "MF193", true,true,"Pré-valider Divers") ); out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); } out.write("\r\n"); out.write("\t\t\t\t"); if(printOnly == null){ out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "F6003", true,true,"Valider") ); out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); } out.write("\r\n"); out.write("\t\t\t\t"); }else if(actcode == null || "ano".equalsIgnoreCase(actcode)){ out.write("\r\n"); out.write("\t\t\t\t\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "FF2B3", true,true,"J'imprime mon questionnaire") ); out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "FF2B2", true,true,"J'enregistre et je finaliserai ma saisie plus tard (mes contenus ne sont pas validés)") ); out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "FF2B4", true,true,"Je valide mes contenus") ); out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); }if (hasNextQuestions) { out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\tSuivant >>\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); } out.write("\t\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t"); } out.write("\r\n"); out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t\r\n"); out.write("\t\t\t\t"); } out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\t\t\t\t"); out.print( webTermsOfUse ); out.write("\r\n"); out.write("\t\t\t\t
\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\t
\r\n"); out.write("\t\t


"); out.print( Utils.getMessage(context, lngCode, "L639B", true,true,"Chargement ...") ); out.write("

\r\n"); out.write("\t\t\t\"\"/\r\n"); out.write("\t\t
\r\n"); out.write(" \t
\r\n"); out.write("\r\n"); out.write("\t\r\n"); out.write(" "); } catch (Throwable t) { if (!(t instanceof SkipPageException)){ out = _jspx_out; if (out != null && out.getBufferSize() != 0) try { out.clearBuffer(); } catch (java.io.IOException e) {} if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else log(t.getMessage(), t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } } private boolean _jspx_meth_fl_005fwebapp_005f0(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f0 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f0.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f0.setParent(null); int _jspx_eval_fl_005fwebapp_005f0 = _jspx_th_fl_005fwebapp_005f0.doStartTag(); if (_jspx_th_fl_005fwebapp_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f0); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f0); return false; } private boolean _jspx_meth_fl_005fwebapp_005f1(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f1 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f1.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f1.setParent(null); int _jspx_eval_fl_005fwebapp_005f1 = _jspx_th_fl_005fwebapp_005f1.doStartTag(); if (_jspx_th_fl_005fwebapp_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f1); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f1); return false; } private boolean _jspx_meth_fl_005fwebapp_005f2(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f2 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f2.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f2.setParent(null); int _jspx_eval_fl_005fwebapp_005f2 = _jspx_th_fl_005fwebapp_005f2.doStartTag(); if (_jspx_th_fl_005fwebapp_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f2); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f2); return false; } private boolean _jspx_meth_fl_005fwebapp_005f3(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f3 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f3.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f3.setParent(null); int _jspx_eval_fl_005fwebapp_005f3 = _jspx_th_fl_005fwebapp_005f3.doStartTag(); if (_jspx_th_fl_005fwebapp_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f3); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f3); return false; } private boolean _jspx_meth_fl_005fwebapp_005f4(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f4 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f4.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f4.setParent(null); int _jspx_eval_fl_005fwebapp_005f4 = _jspx_th_fl_005fwebapp_005f4.doStartTag(); if (_jspx_th_fl_005fwebapp_005f4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f4); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f4); return false; } private boolean _jspx_meth_fl_005fwebapp_005f5(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f5 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f5.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f5.setParent(null); int _jspx_eval_fl_005fwebapp_005f5 = _jspx_th_fl_005fwebapp_005f5.doStartTag(); if (_jspx_th_fl_005fwebapp_005f5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f5); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f5); return false; } private boolean _jspx_meth_fl_005fwebapp_005f6(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f6 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f6.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f6.setParent(null); int _jspx_eval_fl_005fwebapp_005f6 = _jspx_th_fl_005fwebapp_005f6.doStartTag(); if (_jspx_th_fl_005fwebapp_005f6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f6); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f6); return false; } private boolean _jspx_meth_fl_005fwebapp_005f7(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f7 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f7.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f7.setParent(null); int _jspx_eval_fl_005fwebapp_005f7 = _jspx_th_fl_005fwebapp_005f7.doStartTag(); if (_jspx_th_fl_005fwebapp_005f7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f7); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f7); return false; } private boolean _jspx_meth_fl_005fwebapp_005f8(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f8 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f8.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f8.setParent(null); int _jspx_eval_fl_005fwebapp_005f8 = _jspx_th_fl_005fwebapp_005f8.doStartTag(); if (_jspx_th_fl_005fwebapp_005f8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f8); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f8); return false; } private boolean _jspx_meth_fl_005fwebapp_005f9(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f9 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f9.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f9.setParent(null); int _jspx_eval_fl_005fwebapp_005f9 = _jspx_th_fl_005fwebapp_005f9.doStartTag(); if (_jspx_th_fl_005fwebapp_005f9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f9); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f9); return false; } private boolean _jspx_meth_fl_005fwebapp_005f10(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f10 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f10.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f10.setParent(null); int _jspx_eval_fl_005fwebapp_005f10 = _jspx_th_fl_005fwebapp_005f10.doStartTag(); if (_jspx_th_fl_005fwebapp_005f10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f10); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f10); return false; } private boolean _jspx_meth_fl_005fwebapp_005f11(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f11 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f11.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f11.setParent(null); int _jspx_eval_fl_005fwebapp_005f11 = _jspx_th_fl_005fwebapp_005f11.doStartTag(); if (_jspx_th_fl_005fwebapp_005f11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f11); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f11); return false; } private boolean _jspx_meth_fl_005fgetProperty_005f0(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:getProperty com.edeal.frontline.GetPropertyTag _jspx_th_fl_005fgetProperty_005f0 = (com.edeal.frontline.GetPropertyTag) _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody.get(com.edeal.frontline.GetPropertyTag.class); _jspx_th_fl_005fgetProperty_005f0.setPageContext(_jspx_page_context); _jspx_th_fl_005fgetProperty_005f0.setParent(null); // /siteweb/webform/webform-guide.jsp(602,45) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f0.setName("Form"); // /siteweb/webform/webform-guide.jsp(602,45) name = alt type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f0.setAlt(""); // /siteweb/webform/webform-guide.jsp(602,45) name = property type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f0.setProperty("FrmID"); int _jspx_eval_fl_005fgetProperty_005f0 = _jspx_th_fl_005fgetProperty_005f0.doStartTag(); if (_jspx_th_fl_005fgetProperty_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody.reuse(_jspx_th_fl_005fgetProperty_005f0); return true; } _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody.reuse(_jspx_th_fl_005fgetProperty_005f0); return false; } private boolean _jspx_meth_fl_005fgetProperty_005f1(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:getProperty com.edeal.frontline.GetPropertyTag _jspx_th_fl_005fgetProperty_005f1 = (com.edeal.frontline.GetPropertyTag) _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody.get(com.edeal.frontline.GetPropertyTag.class); _jspx_th_fl_005fgetProperty_005f1.setPageContext(_jspx_page_context); _jspx_th_fl_005fgetProperty_005f1.setParent(null); // /siteweb/webform/webform-guide.jsp(604,46) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f1.setName("Form"); // /siteweb/webform/webform-guide.jsp(604,46) name = alt type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f1.setAlt(""); // /siteweb/webform/webform-guide.jsp(604,46) name = property type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f1.setProperty("FrmEventID"); int _jspx_eval_fl_005fgetProperty_005f1 = _jspx_th_fl_005fgetProperty_005f1.doStartTag(); if (_jspx_th_fl_005fgetProperty_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody.reuse(_jspx_th_fl_005fgetProperty_005f1); return true; } _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody.reuse(_jspx_th_fl_005fgetProperty_005f1); return false; } private boolean _jspx_meth_fl_005fwebapp_005f12(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // fl:webapp com.edeal.frontline.WebappTag _jspx_th_fl_005fwebapp_005f12 = (com.edeal.frontline.WebappTag) _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.get(com.edeal.frontline.WebappTag.class); _jspx_th_fl_005fwebapp_005f12.setPageContext(_jspx_page_context); _jspx_th_fl_005fwebapp_005f12.setParent(null); int _jspx_eval_fl_005fwebapp_005f12 = _jspx_th_fl_005fwebapp_005f12.doStartTag(); if (_jspx_th_fl_005fwebapp_005f12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f12); return true; } _005fjspx_005ftagPool_005ffl_005fwebapp_005fnobody.reuse(_jspx_th_fl_005fwebapp_005f12); return false; } }