package org.apache.jsp.siteweb.webform; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import com.edeal.frontline.*; import java.util.*; import java.text.*; import java.lang.reflect.*; import com.edeal.frontline.navigation.*; import com.edeal.frontline.helper.custom.FormHelper; public final class webform_005fbye_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_005fgetMessage_0026_005fjs_005fcode_005falt_005fnobody; private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005ffl_005fform_0026_005fbean_005faction; 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_005fgetMessage_0026_005fjs_005fcode_005falt_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005ffl_005fform_0026_005fbean_005faction = 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_005fgetMessage_0026_005fjs_005fcode_005falt_005fnobody.release(); _005fjspx_005ftagPool_005ffl_005fform_0026_005fbean_005faction.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; /****************************************************************************** * Copyright (c) 2000-2009 e-Deal * * e-Deal S.A. * 55 rue Brillat Savarin * 75013 Paris * France * * T: +33 (0)1 53 80 80 30 * F: +33 (0)1 73 01 69 77 * http://www.e-deal.com * * La diffusion de ce code source sous quelque forme que ce soit sans * l'autorisation de E-DEAL est interdite. * * Vous �tes autoris�s � modifier ce code source uniquement pour votre usage * propre et sous r�serve que les mentions de copyright demeurent intactes. * * Ce code est fourni en l'�tat. Aucune garantie d'aucune sorte, explicite ou * implicite n'est donn�e. En aucun cas E-DEAL ne pourra �tre tenu pour * responsable des dommages pouvant r�sulter de l'utilisation de ce code * source. * * ******************************************************************************/ out.write("\n"); out.write("\n"); out.write("\n"); out.write("\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('\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 webConclusion = ""; try { webConclusion = FormHelper.makeHtmlCrLf(Form.getFrmWebConclusion()); } catch (Exception e) {} PersonBean person = (PersonBean)flRequest.getAttribute("Person"); String entID = null; try{ entID = person.getPerEntID(); }catch(Exception e){ } 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;//dico.getRefIdByCode("Lna", "Te1", "fr_FR"); String lngCode = dico.getRefCode("EntRefLngID_", languageID); SimpleDateFormat simpleDateFormat = new SimpleDateFormat("YYYY"); String nom = person != null ? person.toString() : ""; String annee = simpleDateFormat.format(Form.getFrmAvailableToDt()); out.write("\n"); out.write("\n"); out.write("\t\n"); out.write("\t\t\n"); out.write("\t\t\n"); out.write("\t\n"); out.write("\t\n"); out.write("\t\t"); // fl:form com.edeal.frontline.navigation.FormTag _jspx_th_fl_005fform_005f0 = (com.edeal.frontline.navigation.FormTag) _005fjspx_005ftagPool_005ffl_005fform_0026_005fbean_005faction.get(com.edeal.frontline.navigation.FormTag.class); _jspx_th_fl_005fform_005f0.setPageContext(_jspx_page_context); _jspx_th_fl_005fform_005f0.setParent(null); // /siteweb/webform/webform_bye.jsp(85,2) name = action type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fform_005f0.setAction("/save_formresponse.fl"); // /siteweb/webform/webform_bye.jsp(85,2) name = bean type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fform_005f0.setBean("Form"); int _jspx_eval_fl_005fform_005f0 = _jspx_th_fl_005fform_005f0.doStartTag(); if (_jspx_eval_fl_005fform_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { do { out.write("\n"); out.write("\t\t\t\t\n"); out.write("\t\t\t\t\n"); out.write("\t\t\t\t\n"); out.write("\t\t\t\t
\n"); out.write("\t\t\t\t\t
\n"); out.write("\t\t\t\t\t"); out.print(Utils.getMessage(context, lngCode, "LF399", true,true, "A bient�t").replace(":nom", nom).replace(":annee", annee)+ "
" + Utils.getMessage(context, lngCode, "MF108", true, true, "La présence de votre établissement dans le guide est soumise au paiement de vos cotisations nationales et locales")+"." ); out.write(" \n"); out.write("\t\t\t\t\t
\n"); out.write("\t\t\t\t
\n"); out.write("\t\t"); int evalDoAfterBody = _jspx_th_fl_005fform_005f0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); } if (_jspx_th_fl_005fform_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fform_0026_005fbean_005faction.reuse(_jspx_th_fl_005fform_005f0); return; } _005fjspx_005ftagPool_005ffl_005fform_0026_005fbean_005faction.reuse(_jspx_th_fl_005fform_005f0); out.write("\n"); out.write("\t\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_005fgetProperty_005f0(javax.servlet.jsp.tagext.JspTag _jspx_th_fl_005fform_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((javax.servlet.jsp.tagext.Tag) _jspx_th_fl_005fform_005f0); // /siteweb/webform/webform_bye.jsp(86,46) 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_bye.jsp(86,46) 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_bye.jsp(86,46) 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(javax.servlet.jsp.tagext.JspTag _jspx_th_fl_005fform_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_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((javax.servlet.jsp.tagext.Tag) _jspx_th_fl_005fform_005f0); // /siteweb/webform/webform_bye.jsp(87,45) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f1.setName("Person"); // /siteweb/webform/webform_bye.jsp(87,45) 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_bye.jsp(87,45) name = property type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f1.setProperty("PerID"); 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_005fgetProperty_005f2(javax.servlet.jsp.tagext.JspTag _jspx_th_fl_005fform_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_005f2 = (com.edeal.frontline.GetPropertyTag) _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody.get(com.edeal.frontline.GetPropertyTag.class); _jspx_th_fl_005fgetProperty_005f2.setPageContext(_jspx_page_context); _jspx_th_fl_005fgetProperty_005f2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_fl_005fform_005f0); // /siteweb/webform/webform_bye.jsp(88,47) name = name type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f2.setName("Form"); // /siteweb/webform/webform_bye.jsp(88,47) name = alt type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f2.setAlt(""); // /siteweb/webform/webform_bye.jsp(88,47) name = property type = null reqTime = true required = true fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null _jspx_th_fl_005fgetProperty_005f2.setProperty("FrmEventID"); int _jspx_eval_fl_005fgetProperty_005f2 = _jspx_th_fl_005fgetProperty_005f2.doStartTag(); if (_jspx_th_fl_005fgetProperty_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) { _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody.reuse(_jspx_th_fl_005fgetProperty_005f2); return true; } _005fjspx_005ftagPool_005ffl_005fgetProperty_0026_005fproperty_005fname_005falt_005fnobody.reuse(_jspx_th_fl_005fgetProperty_005f2); return false; } }