Edit C:\galaxie\deploy\Tomcat6\work\Catalina\localhost\galaxie\old\org\apache\jsp\siteweb\webform\webform_002dguide_jsp.java
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("<html>\r\n"); out.write("\t<head>\r\n"); out.write("\t\t<meta http-equiv=\"content-type\" content=\"multipart/mixed; charset=utf-8\" />\r\n"); out.write("\t\t<link media=\"screen\" href=\""); if (_jspx_meth_fl_005fwebapp_005f0(_jspx_page_context)) return; out.write("/siteweb/webform/webform-guide.css\" type=\"text/css\" rel=\"stylesheet\">\r\n"); out.write("\t\t<link href=\""); if (_jspx_meth_fl_005fwebapp_005f1(_jspx_page_context)) return; out.write("/siteweb/webform/webform.css\" type=\"text/css\" rel=\"stylesheet\">\r\n"); out.write("\t\t<link media=\"print\" href=\""); if (_jspx_meth_fl_005fwebapp_005f2(_jspx_page_context)) return; out.write("/siteweb/webform/webform_print.css\" type=\"text/css\" rel=\"stylesheet\">\r\n"); out.write("\t\t<script type=\"text/javascript\" src=\""); if (_jspx_meth_fl_005fwebapp_005f3(_jspx_page_context)) return; out.write("/js/edeal/libraries/jquery/jquery-1.8.2.js\"></script>\r\n"); out.write("\t\t<script type=\"text/javascript\" src=\""); if (_jspx_meth_fl_005fwebapp_005f4(_jspx_page_context)) return; out.write("/js/edeal/libraries/jquery/jquery.ajaxfileupload.js\"></script>\r\n"); out.write("\t\t<script type=\"text/javascript\" src=\""); if (_jspx_meth_fl_005fwebapp_005f5(_jspx_page_context)) return; out.write("/siteweb/webform/bignumber.min.js\"></script>\r\n"); out.write("\t\t<script type=\"text/javascript\" src=\""); if (_jspx_meth_fl_005fwebapp_005f6(_jspx_page_context)) return; out.write("/siteweb/webform/webform-guide.js\"></script>\r\n"); out.write("\t\t<script type=\"text/javascript\" src=\""); if (_jspx_meth_fl_005fwebapp_005f7(_jspx_page_context)) return; out.write("/js/presentField.js\"></script>\r\n"); out.write("\t\t<script type=\"text/javascript\">\r\n"); out.write("\t\tfunction calculTotalPrd(prdCode){ \r\n"); out.write("\t\t\tvar qt = document.getElementById('qu_'+prdCode).value;\r\n"); out.write("\t\t\tif(/^\\+?(0|[1-9]\\d*)$/.test(qt)){\r\n"); out.write("\t\t\t$(\".prd-heb\").each(function(){\r\n"); out.write("\t\t\tif (this.name.toLowerCase().indexOf(\"qu_\") >= 0){\r\n"); out.write("\t\t\t\t\t\tthis.value = qt;\r\n"); out.write("\t\t\t\t\t} \r\n"); out.write("\t\t\t\t});\r\n"); out.write("\t\t\tdoLoadCot();\r\n"); out.write("\t\t\t\t\r\n"); out.write("\t\t\t}else{\r\n"); out.write("\t\t\t\talert('"); out.print(Utils.getMessage(context, lngCode, "LF381", true,true,"please insert a valide quantity !")); out.write("');\r\n"); out.write("\t\t\tvar initialValue = -1;\r\n"); out.write("\t\t\t$(\".prd-heb\").each(function(){\r\n"); out.write("\t\t\tif (initialValue == -1 && this.name.toLowerCase().indexOf(\"qu_\") >= 0 && /^\\+?(0|[1-9]\\d*)$/.test(this.value)){\r\n"); out.write("\t\t\t\t\tinitialValue = this.value;\r\n"); out.write("\t\t\t\t} \r\n"); out.write("\t\t\t});\r\n"); out.write("\t\t\tdocument.getElementById('qu_'+prdCode).value = initialValue;\r\n"); out.write("\t\t\t\t}\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\tfunction isItValid(type,element){\r\n"); out.write("\t\t\tif(type == 'java.lang.Double|java.lang.Double' || type == 'java.lang.Double'){\r\n"); out.write("\t\t\t\telement.value = trim1(element.value);\r\n"); out.write("\t\t\t\tvar element1 = document.getElementsByName(element.name)[0];\r\n"); out.write("\t\t\t\tvar element2 = document.getElementsByName(element.name)[1];\r\n"); out.write("\t\t\t\tif(/^\\+?([0-9]\\d*)\\.?(([0-9]\\d*)*)$/.test(trim1(element1.value)) && !(type == 'java.lang.Double') && !trim1(element2.value))\r\n"); out.write("\t\t\t\t\treturn true;\r\n"); out.write("\t\t\t\tif(!trim1(element1.value) && (type == 'java.lang.Double'))\r\n"); out.write("\t\t\t\t\treturn true;\r\n"); out.write("\t\t\t\tif(!(/^\\+?([0-9]\\d*)\\.?(([0-9]\\d*)*)$/.test(element.value))){\r\n"); out.write("\t\t\t\t\talert('"); out.print(Utils.getMessage(context, lngCode, "LF37F", true,true,"please insert a valid price !")); out.write("');\r\n"); out.write("\t\t\t\t\telement.value = '';\r\n"); out.write("\t\t\t\t\telement.focus();\r\n"); out.write("\t\t\t\t\treturn false;\r\n"); out.write("\t\t\t\t}else{\r\n"); out.write("\t\t\t\t\telement.value = Number(element.value).toFixed(2);\r\n"); out.write("\t\t\t\t}\r\n"); out.write("\t\t\t}else if(type == 'java.util.Date|java.util.Date' || type == 'java.util.Date'){\r\n"); out.write("\t\t\t\telement.value = trim1(element.value);\r\n"); out.write("\t\t\t\tif(!isDate(element.value+'/"); out.print(millesime); out.write("')){\r\n"); out.write("\t\t\t\t\talert('"); out.print(Utils.getMessage(context, lngCode, "LF380", true,true,"please insert a valid Date dd/mm !")); out.write("');\r\n"); out.write("\t\t\t\t\telement.value = '';\r\n"); out.write("\t\t\t\t\telement.focus();\r\n"); out.write("\t\t\t\t\treturn false;\r\n"); out.write("\t\t\t\t}\r\n"); out.write("\t\t\t}else if(type == 'java.lang.Integer'){\r\n"); out.write("\t\t\t\telement.value = trim1(element.value);\r\n"); out.write("\t\t\t\tif(!(/^\\+?(0|[1-9]\\d*)$/.test(element.value))){\r\n"); out.write("\t\t\t\t\talert('"); out.print(Utils.getMessage(context, lngCode, "LF381", true,true,"please insert a valid Integer !")); out.write("');\r\n"); out.write("\t\t\t\t\telement.value = '';\r\n"); out.write("\t\t\t\t\telement.focus();\r\n"); out.write("\t\t\t\t\treturn false;\r\n"); out.write("\t\t\t\t}\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\t\treturn true;\r\n"); out.write("\t\t}\r\n"); out.write("\t\t\r\n"); out.write("\t\tfunction formatSiret(element){\r\n"); out.write("\t\t\tif(element != null && element != undefined){\r\n"); out.write("\t\t\t\tvar siretVal = element.value;\r\n"); out.write("\t\t\t\tsiretVal = siretVal.replace(/ /g, \"\");\r\n"); out.write("\t\t\t\tsiretVal = siretVal.replace(/[a-z]/g, \"\");\r\n"); out.write("\t\t\t\tif(siretVal.length <= 14){\r\n"); out.write("\t\t\t\t\telement.value = siretVal;\r\n"); out.write("\t\t\t\t}else{\r\n"); out.write("\t\t\t\t\talert('"); out.print(Utils.getMessage(context, lngCode, "MF1C6", true,true,"Merci de renseigner 14 chiffres numériques !")); out.write("');\r\n"); out.write("\t\t\t\t\telement.value = \"\";\r\n"); out.write("\t\t\t\t\telement.focus();\r\n"); out.write("\t\t\t\t}\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\t}\r\n"); out.write("\t\tfunction isIntervalValid(type,element){\r\n"); out.write("\t\tif(type == 'java.lang.Double|java.lang.Double'){\r\n"); out.write("\t\tvar price1 = parseFloat(document.getElementsByName(element.name)[0].value);\r\n"); out.write("\t\tvar price2 = parseFloat(document.getElementsByName(element.name)[1].value);\r\n"); out.write("\t\tprice1 = (Math.round(price1*100)/100);\r\n"); out.write("\t\tprice2 = (Math.round(price2*100)/100);\r\n"); out.write("\t\tif (price1>price2){\r\n"); out.write("\t\t\talert('"); out.print(Utils.getMessage(context, lngCode, "LF382", true,true,"the second price should be bigger than the first one !")); out.write("');\r\n"); out.write("\t\tdocument.getElementsByName(element.name)[1].value = '';\r\n"); out.write("\t\t\t\tdocument.getElementsByName(element.name)[1].focus();\r\n"); out.write("\t\t\t\treturn false;\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\t}else if(type == 'java.util.Date|java.util.Date'){\r\n"); out.write("\t\tvar date1 = document.getElementsByName(element.name)[0].value;\r\n"); out.write("\t\tvar date2 = document.getElementsByName(element.name)[1].value;\r\n"); out.write("\t\tdate1 = getDatefromString(date1+'/"); out.print(millesime); out.write("');\r\n"); out.write("\t\tdate2 = getDatefromString(date2+'/"); out.print(millesime); out.write("');\r\n"); out.write("\t\tif( date1 > date2){\r\n"); out.write("\t\t alert('"); out.print(Utils.getMessage(context, lngCode, "LF383", true,true,"End date should be greater than Start date !")); out.write("');\r\n"); out.write("\t\tdocument.getElementsByName(element.name)[1].value = '';\r\n"); out.write("\t\t\t\t document.getElementsByName(element.name)[1].focus();\r\n"); out.write("\t\t\t\t return false;\r\n"); out.write("\t\t\t\t}\r\n"); out.write("\t\t}else if(type == '7to23'){\r\n"); out.write("\t\t\tvar price1 = parseInt(document.getElementsByName(element.name)[0].value);\r\n"); out.write("\t\t\tif (price1>23 || price1 < 7){\r\n"); out.write("\t\t\t\talert('"); out.print(Utils.getMessage(context, lngCode, "MF1CA", true,true,"La semaine de livraison doit être compris entre 7 et 23 !")); out.write("');\r\n"); out.write("\t\t\t\t\tdocument.getElementsByName(element.name)[0].value = '';\r\n"); out.write("\t\t\t\t\tdocument.getElementsByName(element.name)[0].focus();\r\n"); out.write("\t\t\t\t\treturn false;\r\n"); out.write("\t\t\t\t}\r\n"); out.write("\t\t\t} \r\n"); out.write("\t\t\treturn true;\r\n"); out.write("\t\t}\r\n"); out.write("\t\t\r\n"); out.write("\t\t"); out.write("\r\n"); out.write("\t\t\r\n"); out.write("\t\t\r\n"); out.write("\t\tfunction doSubmitVajax(navigation) {\r\n"); out.write("\t\t\ttry{\r\n"); out.write("\t\t\t\t//champs obligatoires � renseigner\r\n"); out.write("\t\t\t"); String LfqPositions = FormHelper.getLfqPositionOfMandatoryQuestions(context,Form.getFrmID()); String REFVAL_NO_ID = null; try { REFVAL_NO_ID = dico.getRefIdByCode("Yno", "Te1", "NO2"); }catch(Exception e){ REFVAL_NO_ID = "00012d00000347f4"; } out.write("\r\n"); out.write("\t\t\tlfqPositions = \""); out.print(LfqPositions); out.write("\";\r\n"); out.write("\t\t\tparts = lfqPositions.split(\"|\");\r\n"); out.write("\t\t\tlfqpositionRadioButton = \"\";\r\n"); out.write("\t\t\tfor(i=0;i<parts.length-1;i++){\r\n"); out.write("\t\t\t\tLfqPosition = parts[i].split(\":\")[0];\r\n"); out.write("\t\t\t\tFqtSeqNum = parts[i].split(\":\")[1];\r\n"); out.write("\t\t\t\tif(FqtSeqNum == 40){\r\n"); out.write("\t\t\t\t\tlfqpositionRadioButton = LfqPosition;\r\n"); out.write("\t\t\t\t\tbreak;\r\n"); out.write("\t\t\t\t}else\r\n"); out.write("\t\t\t\t\tcontinue;\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\t\tvar prefixes = [];\r\n"); out.write("\t\t\t$(\"form input[name=prefix]\").each(function(){\r\n"); out.write("\t\t\t prefixes.push($(this).val()+\"_\");\r\n"); out.write("\t\t\t});\r\n"); out.write("\t\t\tfor(j = 0; j < prefixes.length; j++){\r\n"); out.write("\t\t\t\tradioElNo = document.getElementsByName(prefixes[j]+lfqpositionRadioButton+\"_ResponseRefID\")[0] ;\r\n"); out.write("\t\t\t\tradioElNo0 = document.getElementsByName(prefixes[j]+lfqpositionRadioButton+\"_ResponseRefID\")[0];\r\n"); out.write("\t\t\t\tif(radioElNo0 != null && !radioElNo0.value){\r\n"); out.write("\t\t\t\t\tif(radioElNo0.value == '"); out.print(REFVAL_NO_ID); out.write("')\r\n"); out.write("\t\t\t\t\t\tradioElNo = radioElNo0;\r\n"); out.write("\t\t\t\t}\r\n"); out.write("\t\t\t\tradioElNo1 = document.getElementsByName(prefixes[j]+lfqpositionRadioButton+\"_ResponseRefID\")[1];\r\n"); out.write("\t\t\t\tif(radioElNo1 != null && !radioElNo1.value){\r\n"); out.write("\t\t\t\t\tif(radioElNo1.value == '"); out.print(REFVAL_NO_ID); out.write("')\r\n"); out.write("\t\t\t\t\t\tradioElNo = radioElNo1;\r\n"); out.write("\t\t\t\t}\r\n"); out.write("\t\t\t\talertmsg = '"); out.print(Utils.getMessage(context, lngCode, "MF1AF", true,true,"Le(s) champ(s) obligatoire(s) n a(ont) pas été saisi(s)")); out.write("';\r\n"); out.write("\t\t\t\tfor(i=0;i<parts.length;i++){\r\n"); out.write("\t\t\t\t\tLfqPosition = parts[i].split(\":\")[0];\r\n"); out.write("\t\t\t\t\tFqtSeqNum = parts[i].split(\":\")[1];\r\n"); out.write("\t\t\t\t\tcurrentElement = document.getElementsByName(prefixes[j]+LfqPosition+\"_ResponseTxt\")[0];\r\n"); out.write("\t\t\t\t\tif(FqtSeqNum == 40){\r\n"); out.write("\t\t\t\t\t\tcontinue;\r\n"); out.write("\t\t\t\t\t}\r\n"); out.write("\t\t\t\t\t\r\n"); out.write("\t\t\t\t\tif(FqtSeqNum == 39){\r\n"); out.write("\t\t\t\t\t\t//champ min du petit dej\r\n"); out.write("\t\t\t\t\t\tif(radioElNo!=null && radioElNo.checked){\r\n"); out.write("\t\t\t\t\t\t\tif (currentElement != null && !currentElement.value){\r\n"); out.write("\t\t\t\t\t\t\t\talert(alertmsg);\r\n"); out.write("\t\t\t\t\t\t\t\tfilterElem = 'input[name=\"'+prefixes[j]+LfqPosition+'_ResponseTxt\"]';\r\n"); out.write("\t\t\t\t\t\t\t\tvar elem = document.getElementById(\"button_\"+$(filterElem).closest('.tabcontent').attr('id'));\r\n"); out.write("\t\t\t\t\t\t\t\tidtabcontent = $(filterElem).closest('.tabcontent').attr('id');\r\n"); out.write("\t\t\t\t\t\t\t\topenTiersTab(elem,idtabcontent,false);\r\n"); out.write("\t\t\t\t\t\t\t\tcurrentElement.style.background = \"#00e800\";\r\n"); out.write("\t\t\t\t\t\t\t\tsetTimeout(function(){ currentElement.focus();}, 1);\r\n"); out.write("\t\t\t\t\t\t\t\treturn;\r\n"); out.write("\t\t\t\t\t\t\t}else{\r\n"); out.write("\t\t\t\t\t\t\t\tcurrentElement = document.getElementsByName(prefixes[j]+LfqPosition+\"_ResponseInt\")[0];\r\n"); out.write("\t\t\t\t\t\t\t\tif (currentElement != null && !currentElement.value){\r\n"); out.write("\t\t\t\t\t\t\t\t\talert(alertmsg);\r\n"); out.write("\t\t\t\t\t\t\t\t\tfilterElem = 'input[name=\"'+prefixes[j]+LfqPosition+'_ResponseInt\"]';\r\n"); out.write("\t\t\t\t\t\t\t\t\tvar elem = document.getElementById(\"button_\"+$(filterElem).closest('.tabcontent').attr('id'));\r\n"); out.write("\t\t\t\t\t\t\t\t\tidtabcontent = $(filterElem).closest('.tabcontent').attr('id');\r\n"); out.write("\t\t\t\t\t\t\t\t\topenTiersTab(elem,idtabcontent,false);\r\n"); out.write("\t\t\t\t\t\t\t\t\tcurrentElement.style.background = \"#00e800\";\r\n"); out.write("\t\t\t\t\t\t\t\t\tsetTimeout(function(){ currentElement.focus();}, 1);\r\n"); out.write("\t\t\t\t\t\t\t\t\treturn;\r\n"); out.write("\t\t\t\t\t\t\t\t}\r\n"); out.write("\t\t\t\t\t\t\t}\r\n"); out.write("\t\t\t\t\t\t}\r\n"); out.write("\t\t\t\t\t\t\r\n"); out.write("\t\t\t\t\t}else{\r\n"); out.write("\t\t\t\t\t\tif (currentElement != null && !currentElement.value){\r\n"); out.write("\t\t\t\t\t\t\talert(alertmsg);\r\n"); out.write("\t\t\t\t\t\t\tfilterElem = 'input[name=\"'+prefixes[j]+LfqPosition+'_ResponseTxt\"]';\r\n"); out.write("\t\t\t\t\t\t\tvar elem = document.getElementById(\"button_\"+$(filterElem).closest('.tabcontent').attr('id'));\r\n"); out.write("\t\t\t\t\t\t\tidtabcontent = $(filterElem).closest('.tabcontent').attr('id');\r\n"); out.write("\t\t\t\t\t\t\topenTiersTab(elem,idtabcontent,false);\r\n"); out.write("\t\t\t\t\t\t\tcurrentElement.style.background = \"#00e800\";\r\n"); out.write("\t\t\t\t\t\t\tsetTimeout(function(){ currentElement.focus();}, 1);\r\n"); out.write("\t\t\t\t\t\t\treturn;\r\n"); out.write("\t\t\t\t\t\t}else{\r\n"); out.write("\t\t\t\t\t\t\tcurrentElement = document.getElementsByName(prefixes[j]+LfqPosition+\"_ResponseInt\")[0];\r\n"); out.write("\t\t\t\t\t\t\tif (currentElement != null && !currentElement.value){\r\n"); out.write("\t\t\t\t\t\t\t\talert(alertmsg);\r\n"); out.write("\t\t\t\t\t\t\t\tfilterElem = 'input[name=\"'+prefixes[j]+LfqPosition+'_ResponseInt\"]';\r\n"); out.write("\t\t\t\t\t\t\t\tvar elem = document.getElementById(\"button_\"+$(filterElem).closest('.tabcontent').attr('id'));\r\n"); out.write("\t\t\t\t\t\t\t\tidtabcontent = $(filterElem).closest('.tabcontent').attr('id');\r\n"); out.write("\t\t\t\t\t\t\t\topenTiersTab(elem,idtabcontent,false);\r\n"); out.write("\t\t\t\t\t\t\t\tcurrentElement.style.background = \"#00e800\";\r\n"); out.write("\t\t\t\t\t\t\t\tsetTimeout(function(){ currentElement.focus();}, 1);\r\n"); out.write("\t\t\t\t\t\t\t\treturn;\r\n"); out.write("\t\t\t\t\t\t\t}else{\r\n"); out.write("\t\t\t\t\t\t\t\tcurrentElement = document.getElementsByName(prefixes[j]+LfqPosition+\"_ResponseRefID\")[0];\r\n"); out.write("\t\t\t\t\t\t\t\t//alert(prefixes[j]+LfqPosition+\"_ResponseRefID\");\r\n"); out.write("\t\t\t\t\t\t\t\t\r\n"); out.write("\t\t\t\t\t\t\t\tif (currentElement != null && currentElement.type.indexOf(\"checkbox\") >= 0 && !currentElement.checked){\r\n"); out.write("\t\t\t\t\t\t\t\t\talert(alertmsg);\r\n"); out.write("\t\t\t\t\t\t\t\t\tfilterElem = 'input[name=\"'+prefixes[j]+LfqPosition+'_ResponseRefID\"]';\r\n"); out.write("\t\t\t\t\t\t\t\t\tvar elem = document.getElementById(\"button_\"+$(filterElem).closest('.tabcontent').attr('id'));\r\n"); out.write("\t\t\t\t\t\t\t\t\tidtabcontent = $(filterElem).closest('.tabcontent').attr('id');\r\n"); out.write("\t\t\t\t\t\t\t\t\topenTiersTab(elem,idtabcontent,false);\r\n"); out.write("\t\t\t\t\t\t\t\t\t$(filterElem).first().parent().css(\"background-color\", \"red\");\r\n"); out.write("\t\t\t\t\t\t\t\t\tsetTimeout(function(){ $(filterElem).first().focus();}, 1);\r\n"); out.write("\t\t\t\t\t\t\t\t\treturn;\r\n"); out.write("\t\t\t\t\t\t\t\t}\r\n"); out.write("\t\t\t\t\t\t\t}\r\n"); out.write("\t\t\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}\r\n"); out.write("\t\t\t}catch(err){\r\n"); out.write("\t\t\t\talert(err);\r\n"); out.write("\t\t\t\treturn;\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\t\tdoSubmitAjax(navigation);\r\n"); out.write("\t\t\t/*\r\n"); out.write("\t\t\tf=document.forms[0];\r\n"); out.write("\t\t\tif (navigation) {\r\n"); out.write("\t\t\t\tf.action+= '&' + navigation;\r\n"); out.write("\t\t\t}\r\n"); out.write("\t\t\t$(\"*[disabled]\").css(\"visibility\", \"hidden\");\r\n"); out.write("\t\t\t$(\"*[disabled]\").removeAttr(\"disabled\");\r\n"); out.write("\t\t\t// popup pour chargement\r\n"); out.write("\t\t\tloadingPopUp();\r\n"); out.write("\t\t\tf.submit();\r\n"); out.write("\t\t\t*/\r\n"); out.write("\t\t}\r\n"); out.write("\t\t</script>\r\n"); out.write("\t\t<title>"); out.print(Utils.getMessage(context, lngCode, "L63F4", true,true,"R�ponse au questionnaire")); out.write("</title>\r\n"); out.write("\t</head>\t\r\n"); out.write("\t<body onload=\"\">\r\n"); out.write("\t\t<div id=\"webform\" class=\"webform\">\r\n"); out.write("\t\t\t<p class=\"pAffilie\">\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</p> \t\r\n"); out.write("\t\t\t<div class=\"logo\"><img class=\"logo_img\" src=\""); if (_jspx_meth_fl_005fwebapp_005f8(_jspx_page_context)) return; out.write("/icons/picto.png\" alt=\"\"/></div>\r\n"); out.write("\t\t\t<div class=\"webform_title\">\r\n"); out.write("\t\t\t<div class=\"div_web_form_title\">\r\n"); out.write("\t\t\t"); out.write("\r\n"); out.write("\t\t\t<br/>\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</div>\r\n"); out.write("\t\t\t</div>\r\n"); out.write("\t\t\t<br/>\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t\t<div class=\"div_web_form_header\">"); out.print( webHeader ); out.write("</div>\r\n"); out.write("\t\t\t<div class=\"div_web_form_header_sub\">\r\n"); out.write("\t\t\t<p class=\"p_web_form_header\"> "); out.print( Utils.getMessage(context, lngCode, "LF1DD", true,true,"Logis") + " : " + enterprise); out.write("</p> \r\n"); out.write("\t\t\t</div>\r\n"); out.write("\t\t\t<br/>\r\n"); out.write("\t\t\t<br/>\r\n"); out.write("\t\t\t<br/>\r\n"); out.write("\t\t\t<div id=\"navigationButton\" class=\"NavigationButton doNotPrint\">\r\n"); out.write("\t\t\t\t<a href=\"javascript:topForm();\"><img class=\"ScrollButton\" src=\""); if (_jspx_meth_fl_005fwebapp_005f9(_jspx_page_context)) return; out.write("/icons/up.png\" alt=\"Up\"/></a>\r\n"); out.write("\t\t\t\t<br/>\r\n"); out.write("\t\t\t\t<a href=\"javascript:bottomForm();\"><img class=\"ScrollButton\" src=\""); if (_jspx_meth_fl_005fwebapp_005f10(_jspx_page_context)) return; out.write("/icons/down.png\" alt=\"Down\"/></a>\r\n"); out.write("\t\t\t</div>\r\n"); out.write("\t\t\t"); Map<String,String> map = EnterpriseHelper.getListIdsTiersAssociesGuide(context, entID); Iterator<String> it = map.keySet().iterator(); boolean first = true; out.write("\r\n"); out.write("\t\t\t<div class=\"tab doNotPrint header\" id=\"myHeader\">\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 <button id=\"button_"); out.print(val+key ); out.write("\" class=\"tablinks "); out.print( first ? "active" : ""); out.write("\" onclick=\"openTiersTab(this, '"); out.print(val+key ); out.write("')\">"); out.print(tierstypeTe1 ); out.write("</button>\r\n"); out.write("\t\t\t"); first = false; } out.write("\r\n"); out.write("\t\t\t</div>\r\n"); out.write("\t\t\t"); @SuppressWarnings({ "rawtypes", "unchecked" }) LinkedHashMap<String,Vector<String>> mapCotQuestionResponse=null; LinkedHashMap<String,Vector<String>> mapQuestionResponse= null; LinkedHashMap<String,Vector<String>> 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<String,Vector<String>>(); mapInitialQuestionResponse = new LinkedHashMap<String,Vector<String>>(); mapCotQuestionResponse = new LinkedHashMap<String,Vector<String>>(); if("T".equals(prefix)){ mapQuestionResponse=(LinkedHashMap<String,Vector<String>>)flRequest.getAttribute(QuestRespConst); mapInitialQuestionResponse=(LinkedHashMap<String,Vector<String>>)flRequest.getAttribute(InitQuestRespConst); mapCotQuestionResponse = (LinkedHashMap<String,Vector<String>>)flRequest. getAttribute(LoadWebFormPvtAction.ATT_QUESTIONRESPONSECOTMAP); }else{ mapQuestionResponse=(LinkedHashMap<String,Vector<String>>)flRequest.getAttribute(QuestRespConst+prefix); mapInitialQuestionResponse=(LinkedHashMap<String,Vector<String>>)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<div class=\"tab doPrint "); out.print(first ? "":"pageBreakBeforeThis"); out.write("\" style=\"display:none;\">\r\n"); out.write("\t\t <button class=\"tablinks active\">"); out.print(title ); out.write("</button>\r\n"); out.write("\t\t</div>\r\n"); out.write("\t\t\t\r\n"); out.write("\t\t<div id=\""); out.print(val+key ); out.write("\" class=\"tabcontent doPrint\" style=\"display:"); out.print(first ? "block":"none"); out.write(";\">\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<form action=\""); if (_jspx_meth_fl_005fwebapp_005f11(_jspx_page_context)) return; out.write("/save_web_form"); out.print( first ? "" : "_ajax" ); out.write(".fl?\" enctype=\"multipart/mixed stream\" id=\""); out.print(prefix ); out.write("_Form\" method=\"POST\" name=\""); out.print(prefix ); out.write("_Form\">\r\n"); out.write("\t\t\t<input type=\"hidden\" name=\"id\" value=\""); out.print(Form.getID()); out.write("\">\r\n"); out.write("\t\t\t<input type=\"hidden\" name=\"type\" value=\"Form\">\r\n"); out.write("\t\t\t<input type=\"hidden\" name=\"$$presentFields\" value=\"\">\r\n"); out.write("\t\t\t<input type=\"hidden\" id=\"$$multivalSeparator\" name=\"$$multivalSeparator\" value=\"|\">\r\n"); out.write("\t\t\r\n"); out.write("\t\t\t<input type=\"hidden\" name=\"utk\" value=\""); out.print(utkForm); out.write("\">\r\n"); out.write("\t\t\t<input type=\"hidden\" name=\"event\" value=\""); out.print(eventCode); out.write("\">\r\n"); out.write("\t\t\t<input type=\"hidden\" name=\"FormID\" value=\""); if (_jspx_meth_fl_005fgetProperty_005f0(_jspx_page_context)) return; out.write("\">\r\n"); out.write("\t\t\t<input type=\"hidden\" name=\"PerID\" value=\""); out.print(peridForm ); out.write("\">\r\n"); out.write("\t\t\t<input type=\"hidden\" name=\"EventID\" value=\""); if (_jspx_meth_fl_005fgetProperty_005f1(_jspx_page_context)) return; out.write("\">\r\n"); out.write("\t\t\t<input type=\"hidden\" name=\"savemode\" value=\""); out.print( (isFormPaginated?"partial":"full") ); out.write("\"/>\r\n"); out.write("\t\t\t<input type=\"hidden\" name=\"prefix\" value=\""); out.print(prefix ); out.write("\">\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<hr class=\"hr_bcgw90\"/>\r\n"); out.write("\t\t\t<div class=\"div_m2px5px\">\r\n"); out.write("\t\t\t\t<b>"); out.print( Utils.getMessage(context, lngCode, "LF22F", true,true, "LES RENSEIGNEMENTS INDIQUES FIGURERONT, EN PARTIE, DANS LE GUIDE ")); out.write("</b>\r\n"); out.write("\t\t\t</div>\r\n"); out.write("\t\t\t"); for (Entry<String,Vector<String>> 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<String> 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</div>\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<div class=\"webform_container div2_webform_container\" id=\""); out.print(prefix ); out.write("_PARA"); out.print(p ); out.write("\" style=\""); out.print( isPrintedPave ? "display:none;" : ""); out.write("\">\r\n"); out.write("\t\t\t\t\t\t<p class=\"webform_paragraph p_div_bgcgcf\">"); 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("</p>\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<input type=\"hidden\" name=\"firstQuestionPos\" value=\""); out.print( lfqPosition ); out.write("\">\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</div>\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<div id=\"PARACOT\" class=\"webform_container div2_webform_container\">\r\n"); out.write("\t\t\t\t\t<p class=\"webform_paragraph p2_div_bgcgcf\">\r\n"); out.write("\t\t\t\t\t"); out.print( Utils.getMessage(context, lngCode, "LF09F", "Cotisation") + " " + millesime ); out.write("</p>\r\n"); out.write("\t\t\t\t\t<div class=\"webform_questionblock\">\r\n"); out.write("\t\t\t\t\t<b>"); out.print(Utils.getMessage(context, lngCode, "LF22A", "Cotisation FIL") ); out.write(":</b><br><br>\r\n"); out.write("\t\t\t\t\t\t<table id=\"order-table\">\r\n"); out.write(" \t \t\t\t\t\t<tr>\r\n"); out.write("<th >"); out.print(Utils.getMessage(context, lngCode, "F203F", "D�signation") ); out.write("</th>\r\n"); out.write("<th >"); out.print(Utils.getMessage(context, lngCode, "F3023", "P. U. HT") ); out.write("</th>\r\n"); out.write("<th >"); out.print(Utils.getMessage(context, lngCode, "LF18A", "Quantit� factur�e") ); out.write("</th>\r\n"); out.write("<th >"); out.print(Utils.getMessage(context, lngCode, "F3025", "Remise sur P.U") ); out.write("</th>\r\n"); out.write("<th >"); out.print(Utils.getMessage(context, lngCode, "FF132", "P. U. HT Apr�s Remise") ); out.write("</th>\r\n"); out.write("<th >"); out.print(Utils.getMessage(context, lngCode, "FF134", "Montant HT") ); out.write("</th>\r\n"); out.write("<th >"); out.print(Utils.getMessage(context, lngCode, "FF130", "TVA � appliquer") ); out.write("</th>\r\n"); out.write("<th >"); out.print(Utils.getMessage(context, lngCode, "FF140", "Montant TVA") ); out.write("</th>\r\n"); out.write("<th class=\"thprixnet\" width=\"20%\">"); out.print(Utils.getMessage(context, lngCode, "F3026", "Prix net") ); out.write("</th>\r\n"); out.write(" \t \t\t\t\t\t</tr>\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<String,Vector<String>> entry : mapCotQuestionResponse.entrySet()) { String lfqID = entry.getKey(); Vector<String> 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<String,Vector<String>> entry : mapCotQuestionResponse.entrySet()) { String lfqID = entry.getKey(); Vector<String> 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 <input type=\"hidden\" name=\""); out.print(prdCode + "ProductOpportunityFIL" ); out.write("\" id=\""); out.print(prdCode ); out.write("\" value=\""); out.print( filProID ); out.write("\"/>\r\n"); out.write(" \t <input type=\"hidden\" name=\""); out.print(prdCode + "ProductOpportunityDEP" ); out.write("\" id=\""); out.print(prdCode ); out.write("\" value=\""); out.print( depProID != null ? depProID : "" ); out.write("\"/>\r\n"); out.write(" <tr class=\"odd\">\r\n"); out.write(" <td class=\"product-title\"><em>"); out.print((prdLabel != null ? prdLabel : Utils.formatToWeb(prdName, false)) + " (" + proPrdTva_ + ") " ); out.write("</em>\r\n"); out.write(" "); }catch(Exception e){ System.out.println(e.getMessage()); } if(isHEB){ out.print("<br/><span class=\"boldplafon\">"+Utils.getMessage(context, lngCode, "MF101", true,true,"*Plafonn� � XX h�bergements.").replace("XX", maxquantity+"")+"</span>"); } try{ out.write("\r\n"); out.write(" </td>\r\n"); out.write(" <td align=\"right\"><span>"); out.print(Utils.formatToWeb(priUnit, false)); out.write("</span> €<input type=\"hidden\" id=\""); out.print( "pr_" + prdCode); out.write("\" value=\""); out.print( priUnit ); out.write("\"/></td>\r\n"); out.write(" <td class=\"row-total\"><input type=\"text\" class=\"num-pallets-input "); out.print((isHEB ? "prd-heb":"") ); out.write("\" id=\""); out.print( "qu_" + prdCode); out.write("\" name=\""); out.print( "qu_" + prdCode); out.write("\" \r\n"); out.write(" \tvalue=\""); out.print(proQuantity ); out.write("\" \r\n"); out.write(" \tonchange=\"javascript:calculTotalPrd('"); out.print(prdCode); out.write("');\" \r\n"); out.write(" \t"); out.print( (isHEB && first_HEB) ? "style=\"background: #00e800;\"" : "disabled" ); out.write("/>\r\n"); out.write(" \t<input type=\"hidden\" id=\"max_qu_"); out.print(prdCode); out.write("\" name=\"max_qu_"); out.print(prdCode); out.write("\" value=\""); out.print((maxquantity==0 ? 50 : maxquantity)); out.write("\" />\r\n"); out.write(" \t</td>\r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" <td align=\"center\"><span>"); out.print(ProRemise_Nu1.intValue()+"%"); out.write("</span><input type=\"hidden\" id=\""); out.print( "REMT1_" + prdCode); out.write("\" value=\""); out.print( ProRemise_Nu1.intValue() ); out.write("\"/></td>\r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" <td align=\"right\"><span>"); out.print(ProUnitHTrem_); out.write("</span> €<input type=\"hidden\" id=\""); out.print( "ProUnitHTT1_" + prdCode); out.write("\" value=\""); out.print(ProUnitHTrem_); out.write("\" /></td>\r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" <td align=\"right\" id=\""); out.print( "MTHTT1_" + prdCode); out.write("\"><span>"); out.print(ProMontantHTrem_); out.write("</span> €</td>\r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" <td align=\"center\"><span>"); out.print(ProPrdTva_Val); out.write("</span><input type=\"hidden\" id=\""); out.print( "TVAT1_" + prdCode); out.write("\" value=\""); out.print( ProPrdTva_Val.substring(0,ProPrdTva_Val.length()-1).replace(",", ".") ); out.write("\"/></td>\r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" <td align=\"right\" id=\""); out.print( "MTTVAT1_" + prdCode); out.write("\"><span>"); out.print(ProMontantTva_2); out.write("</span> €</td>\r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" <td align=\"right\" class=\"row-total\"><input type=\"text\" style=\"text-align:right;\" class=\"row-total-input\" id=\""); out.print( "tofil_" + prdCode ); out.write("\" disabled=\"disabled\" value=\""); out.print( filProttc ); out.write("\"/> €</td>\r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" <td class=\"row-total \" style=\"display: none;\">\r\n"); out.write(" <input type=\"hidden\" id=\""); out.print( "REM_tofil_" + prdCode ); out.write("\" value=\""); out.print(((double)(ProRemise_Nu1*priUnit)/100) ); out.write("\"/>\r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" <input type=\"hidden\" id=\""); out.print( "TVA_tofil_" + prdCode ); out.write("\" value=\""); out.print(ProMontantTva_); out.write("\"/>\r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } try{ out.write("\r\n"); out.write(" <input type=\"text\" class=\"row-total-input\" id=\""); out.print( "tofil_" + prdCode ); out.write("\" disabled=\"disabled\" value=\"\"/></td>\r\n"); out.write(" "); }catch(Exception e){ e.printStackTrace(); } out.write("\r\n"); out.write(" <td class=\"sort\" style=\"display: none;\">"); out.print(SortingOrder ); out.write("</td>\r\n"); out.write(" </tr>\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 <tr>\r\n"); out.write(" \t <td colspan=\"4\"> </td>\r\n"); out.write(" \t <td> </td>\r\n"); out.write(" \t <td class=\"thstyle\">"); out.print(Utils.getMessage(context, lngCode, "LF18B", "Total HT") ); out.write("</td>\r\n"); out.write(" \t <td class=\"thstyle\"> </td>\r\n"); out.write("\t\t\t<td class=\"thstyle\">"); out.print(Utils.getMessage(context, lngCode, "LF18C", "Total TVA") ); out.write("</td>\r\n"); out.write("\t\t\t<td class=\"thstyle\">"); out.print(Utils.getMessage(context, lngCode, "LF18D", "Total TTC") ); out.write("</td>\r\n"); out.write("\t\t\t<td class=\"sort\" style=\"display: none;\">"); out.print(maxOrder+1 ); out.write("</td>\r\n"); out.write("\t\t\t</tr>\r\n"); out.write(" \t <tr class=\"odd\">\r\n"); out.write(" \t \t\t\t<td colspan=\"4\"> </td>\r\n"); out.write(" \t \t\t\t<td class=\"thstyle\">"); out.print(Utils.getMessage(context, lngCode, "F1058", "Total")); out.write(" </td>\r\n"); out.write(" \t \t\t\t<td align=\"right\" id=\"MTHTT1_Total\"> </td>\r\n"); out.write(" \t \t\t\t<td> </td>\r\n"); out.write(" \t \t\t\t<td align=\"right\" id=\"MTTVAT1_Total\"> </td>\r\n"); out.write(" \t \t\t\t<td class=\"row-total\"><input type=\"text\" class=\"row-total-input\" id=\"tofil\" style=\"text-align:right;\" disabled=\"disabled\" value=\""); out.print( filTotal ); out.write("\"/> €</td>\r\n"); out.write(" \t<td class=\"sort\" style=\"display: none;\">"); out.print(maxOrder+2 ); out.write("</td>\r\n"); out.write(" \t \t\t</tr>\r\n"); out.write(" \t \r\n"); out.write(" \t \t\t\r\n"); out.write(" \t \t\t<input type=\"hidden\" id=\"prdcodes\" value=\""); out.print( ids ); out.write("\"/>\r\n"); out.write(" \t \t\t<input type=\"hidden\" id=\"prdcodesHEB\" value=\""); out.print( idsHEB ); out.write("\"/>\r\n"); out.write(" \t <input type=\"hidden\" id=\"fil\" name=\"FILOpportunity\" value=\""); out.print( filOppID != null ? filOppID : "" ); out.write("\"/>\r\n"); out.write(" \t <input type=\"hidden\" id=\"dep\" name=\"DEPOpportunity\" value=\""); out.print( depOppID != null ? depOppID : "" ); out.write("\"/>\r\n"); out.write(" \t \r\n"); out.write(" </table>\r\n"); out.write(" \r\n"); out.write(" <br/>\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(" <script type=\"text/javascript\">\r\n"); out.write(" doLoadCot();\r\n"); out.write("\t\t "); String numThemQst = FormHelper.getNumThematiquesQuestion(context,eventCode); out.write("\r\n"); out.write("\t\t \r\n"); out.write("\t\t function thematiqueToDisabled(){\r\n"); out.write("\t\t\t$(\"input[name='"); out.print(numThemQst); out.write("_ResponseRefID']\").attr(\"disabled\",\"disabled\");\r\n"); out.write("\t\t }\r\n"); out.write("\t\t thematiqueToDisabled();\r\n"); out.write("\t\t \r\n"); out.write("\t\t $(\"ul.ul_w95ofh\").find(\"input[type=radio]\").each(function(){\r\n"); out.write("\t if(this.checked){\r\n"); out.write("\t \t$(\"#div3_w50fl input[name='"); out.print(prefix); out.write("_490_ResponseInt']\").attr('disabled','disabled');\r\n"); out.write("\t }else{\r\n"); out.write("\t \t$(\"#div3_w50fl input[name='"); out.print(prefix); out.write("_490_ResponseInt']\").removeAttr('disabled');\r\n"); out.write("\t }\r\n"); out.write("\t });\r\n"); out.write("\t\t \r\n"); out.write("\t\t var checker = $.trim($(\"#div1_w50fl input[name='"); out.print(prefix); out.write("_56_ResponseTxt']\").val()).length === 0;\r\n"); out.write("\t $(\"#div3_w50fl input[name='"); out.print(prefix); out.write("_57_ResponseInt']\").attr('disabled', !checker);\r\n"); out.write("\r\n"); out.write("\t \t\tif(checker){\r\n"); out.write("\t\t var checker2 = $.trim($(\"#div3_w50fl input[name='"); out.print(prefix); out.write("_57_ResponseInt']\").val()).length === 0;\r\n"); out.write("\t\t $(\"#div1_w50fl input[name='"); out.print(prefix); out.write("_56_ResponseTxt']\").attr('disabled', !checker2);\r\n"); out.write("\t\t\t}\r\n"); out.write(" </script>\r\n"); out.write("\t\t <br>\r\n"); out.write("\t\t <ol style=\"color: red;\">\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,"<li><b>Cotisation FIL :</b>") ); 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</li>").replace("xxxxx", num_aff) ); out.write("\r\n"); out.write("\t\t </ol>\t\r\n"); out.write("\t\t <br>\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 <b>"); 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("</b>\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</div>\r\n"); out.write("\t\t\t\t</div>\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<input type=\"hidden\" name=\"lastQuestionPos\" value=\""); out.print( lfqPosition ); out.write("\">\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</form>\r\n"); out.write("\t\t\t\t</div>\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<div id=\"webform_footer\" class=\"webform_container\">\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,"<br /><div align='CENTER'><b>Avant de signer, veuillez NOTER le montant de la cotisation 2016 </b></div>").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</div>\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<div id=\"webform_links\" class=\"webform_container doNotPrint\">\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<div class=\"ValidButton\">\r\n"); out.write("\t\t\t\t<span onclick=\"javascript:window.print();\">"); out.print( Utils.getMessage(context, lngCode, "FF2B7", true,true,"J'imprime le questionnaire") ); out.write("</span>\r\n"); out.write("\t\t\t\t</div>\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<div class=\"ValidButton\">\r\n"); out.write("\t\t\t\t<span onclick=\"javascript:doSubmitAjax('leavemode=seeyou&complete=false&prevalider=chambres');\">"); out.print( Utils.getMessage(context, lngCode, "MF192", true,true,"Pré-valider Chambres") ); out.write("</span>\r\n"); out.write("\t\t\t\t</div>\r\n"); out.write("\t\t\t\t<div class=\"ValidButton\">\r\n"); out.write("\t\t\t\t<span onclick=\"javascript:doSubmitAjax('leavemode=seeyou&complete=false&prevalider=divers');\">"); out.print( Utils.getMessage(context, lngCode, "MF193", true,true,"Pré-valider Divers") ); out.write("</span>\r\n"); out.write("\t\t\t\t</div>\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<div class=\"ValidButton\">\r\n"); out.write("\t\t\t\t<span onclick=\"javascript:doSubmitVajax('leavemode=bye&complete=true&validate=true&integrate=false');\">"); out.print( Utils.getMessage(context, lngCode, "F6003", true,true,"Valider") ); out.write("</span>\r\n"); out.write("\t\t\t\t</div>\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<script>\r\n"); out.write("\t\t\t\tvar date = new Date();\r\n"); out.write("\t\t\t\tvar year = date.getFullYear();\r\n"); out.write("\t\t\t\tif(year==2018){\r\n"); out.write("\t\t\t\tdocument.getElementsByName(\"211_ResponseTxt\")[0].value=null;\r\n"); out.write("\t\t\t\t}\r\n"); out.write("\t\t\t\t</script>\r\n"); out.write("\t\t\t\t<div class=\"ValidButton\">\r\n"); out.write("\t\t\t\t<span onclick=\"javascript:window.print()\">"); out.print( Utils.getMessage(context, lngCode, "FF2B3", true,true,"J'imprime mon questionnaire") ); out.write("</span>\r\n"); out.write("\t\t\t\t</div>\r\n"); out.write("\t\t\t\t<div class=\"ValidButton\">\r\n"); out.write("\t\t\t\t<span onclick=\"javascript:doSubmitAjax('leavemode=seeyou&complete=false');\">"); 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("</span>\r\n"); out.write("\t\t\t\t</div>\r\n"); out.write("\t\t\t\t<div class=\"ValidButton\">\r\n"); out.write("\t\t\t\t<span onclick=\"javascript:doSubmitVajax('leavemode=bye&complete=true&validate=false');\">"); out.print( Utils.getMessage(context, lngCode, "FF2B4", true,true,"Je valide mes contenus") ); out.write("</span>\r\n"); out.write("\t\t\t\t</div>\r\n"); out.write("\t\t\t\t"); }if (hasNextQuestions) { out.write("\r\n"); out.write("\t\t\t\t<div class=\"ValidButton\">\r\n"); out.write("\t\t\t\t<span onclick=\"javascript:doSubmitAjax('next="); out.print( positionLastQuestion ); out.write("')\">Suivant >></span>\r\n"); out.write("\t\t\t\t</div>\r\n"); out.write("\t\t\t\t"); } out.write("\t\r\n"); out.write("\t\t\t\t<br>\r\n"); out.write("\t\t\t\t"); } out.write("\r\n"); out.write("\r\n"); out.write("\t\t\t\t</div>\r\n"); out.write("\t\t\t\t<!-- End Ok -->\r\n"); out.write("\t\t\t\t"); } out.write("\r\n"); out.write("\t\t\t\t<div id=\"webform_termsofuse\" class=\"webform_container\">\r\n"); out.write("\t\t\t\t\t\t"); out.print( webTermsOfUse ); out.write("\r\n"); out.write("\t\t\t\t</div>\r\n"); out.write("\t\t\r\n"); out.write("\t\t</div>\r\n"); out.write("\t\t<div id=\"light\" class=\"white_content doNotPrint\">\r\n"); out.write("\t\t<br><br><br><b>"); out.print( Utils.getMessage(context, lngCode, "L639B", true,true,"Chargement ...") ); out.write("</b><br><br>\r\n"); out.write("\t\t\t<img src=\""); if (_jspx_meth_fl_005fwebapp_005f12(_jspx_page_context)) return; out.write("/icons/chargement.gif\" alt=\"\"/>\r\n"); out.write("\t\t</div>\r\n"); out.write(" \t<div id=\"fade\" class=\"black_overlay doNotPrint\"></div>\r\n"); out.write("<noscript>\r\n"); out.write("\t <style type=\"text/css\">\r\n"); out.write("\t #webform_links {display:none;}\r\n"); out.write("\t </style>\r\n"); out.write("\t <div class=\"noscriptmsg\">\r\n"); out.write("\t <b>"); out.print( Utils.getMessage(context, lngCode, "MF121", true,true,"Votre navigateur a désactivé javascript pour cette page. Malheureusement, pour valider ce formulaire il faut que javascript soit activé. Veuillez activer javascript et rafraîchir la page. ") ); out.write("</b>\r\n"); out.write("\t </div>\r\n"); out.write("</noscript>\r\n"); out.write("\t</body>\r\n"); out.write("</html> "); } 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; } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de