source: ether_eccad/trunk/ECCAD_INTERFACE/work/org/apache/jsp/JSF/page_005fgraph_jsp.java @ 68

Last change on this file since 68 was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 41.1 KB
Line 
1package org.apache.jsp.JSF;
2
3import javax.servlet.*;
4import javax.servlet.http.*;
5import javax.servlet.jsp.*;
6
7public final class page_005fgraph_jsp extends org.apache.jasper.runtime.HttpJspBase
8    implements org.apache.jasper.runtime.JspSourceDependent {
9
10  private static java.util.Vector _jspx_dependants;
11
12  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_f_view;
13  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_form_id;
14  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_jstl_import_url;
15  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_graphicImage_width_value;
16  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_outputText_value;
17  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_inputText_value_required_id;
18  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_f_validateDoubleRange_minimum_maximum;
19  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_commandButton_value_styleClass_actionListener;
20  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_graphicImage_value;
21  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_message_id_for;
22  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_commandButton_value_styleClass_action;
23
24  public java.util.List getDependants() {
25    return _jspx_dependants;
26  }
27
28  public void _jspInit() {
29    _jspx_tagPool_f_view = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
30    _jspx_tagPool_h_form_id = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
31    _jspx_tagPool_jstl_import_url = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
32    _jspx_tagPool_h_graphicImage_width_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
33    _jspx_tagPool_h_outputText_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
34    _jspx_tagPool_h_inputText_value_required_id = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
35    _jspx_tagPool_f_validateDoubleRange_minimum_maximum = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
36    _jspx_tagPool_h_commandButton_value_styleClass_actionListener = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
37    _jspx_tagPool_h_graphicImage_value = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
38    _jspx_tagPool_h_message_id_for = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
39    _jspx_tagPool_h_commandButton_value_styleClass_action = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
40  }
41
42  public void _jspDestroy() {
43    _jspx_tagPool_f_view.release();
44    _jspx_tagPool_h_form_id.release();
45    _jspx_tagPool_jstl_import_url.release();
46    _jspx_tagPool_h_graphicImage_width_value.release();
47    _jspx_tagPool_h_outputText_value.release();
48    _jspx_tagPool_h_inputText_value_required_id.release();
49    _jspx_tagPool_f_validateDoubleRange_minimum_maximum.release();
50    _jspx_tagPool_h_commandButton_value_styleClass_actionListener.release();
51    _jspx_tagPool_h_graphicImage_value.release();
52    _jspx_tagPool_h_message_id_for.release();
53    _jspx_tagPool_h_commandButton_value_styleClass_action.release();
54  }
55
56  public void _jspService(HttpServletRequest request, HttpServletResponse response)
57        throws java.io.IOException, ServletException {
58
59    JspFactory _jspxFactory = null;
60    PageContext pageContext = null;
61    HttpSession session = null;
62    ServletContext application = null;
63    ServletConfig config = null;
64    JspWriter out = null;
65    Object page = this;
66    JspWriter _jspx_out = null;
67
68
69    try {
70      _jspxFactory = JspFactory.getDefaultFactory();
71      response.setContentType("text/html");
72      pageContext = _jspxFactory.getPageContext(this, request, response,
73                        null, true, 8192, true);
74      application = pageContext.getServletContext();
75      config = pageContext.getServletConfig();
76      session = pageContext.getSession();
77      out = pageContext.getOut();
78      _jspx_out = out;
79
80      out.write("\n");
81      out.write("\n");
82      out.write("\n");
83      out.write("\n");
84      out.write("\n");
85      out.write("\n");
86      if (_jspx_meth_f_view_0(pageContext))
87        return;
88    } catch (Throwable t) {
89      if (!(t instanceof SkipPageException)){
90        out = _jspx_out;
91        if (out != null && out.getBufferSize() != 0)
92          out.clearBuffer();
93        if (pageContext != null) pageContext.handlePageException(t);
94      }
95    } finally {
96      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
97    }
98  }
99
100  private boolean _jspx_meth_f_view_0(PageContext pageContext)
101          throws Throwable {
102    JspWriter out = pageContext.getOut();
103    //  f:view
104    org.apache.myfaces.taglib.core.ViewTag _jspx_th_f_view_0 = (org.apache.myfaces.taglib.core.ViewTag) _jspx_tagPool_f_view.get(org.apache.myfaces.taglib.core.ViewTag.class);
105    _jspx_th_f_view_0.setPageContext(pageContext);
106    _jspx_th_f_view_0.setParent(null);
107    int _jspx_eval_f_view_0 = _jspx_th_f_view_0.doStartTag();
108    if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
109      if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
110        out = pageContext.pushBody();
111        _jspx_th_f_view_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
112        _jspx_th_f_view_0.doInitBody();
113      }
114      do {
115        out.write("\n");
116        out.write("<script language=\"JavaScript\" src=\"../JavaScript/global.js\"> </script>\n");
117        out.write("<script language=\"JavaScript\" src=\"../JavaScript/selectSouris.js\"> </script>\n");
118        out.write("\n");
119        out.write("<head>\n");
120        out.write("\t\t<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=ISO-8859-1\">\n");
121        out.write("\t\t<title>Eccad</title>\n");
122        out.write("\t\t<link rel=\"stylesheet\" href=\"../css/Eccad.css\" type=\"text/css\" media=\"all\"/>\n");
123        out.write("\t\t<link rel=\"stylesheet\" href=\"../css/carte.css\" type=\"text/css\" media=\"all\"/>\n");
124        out.write("\t\t<link rel=\"stylesheet\" href=\"../css/panel.css\" type=\"text/css\" media=\"all\"/>\n");
125        out.write("</head>\n");
126        out.write("\n");
127        out.write("<body onload=\"javascript:initTabs('tab2');\">\n");
128        if (_jspx_meth_h_form_0(_jspx_th_f_view_0, pageContext))
129          return true;
130        out.write("\n");
131        out.write("</body>\n");
132        int evalDoAfterBody = _jspx_th_f_view_0.doAfterBody();
133        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
134          break;
135      } while (true);
136      if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
137        out = pageContext.popBody();
138    }
139    if (_jspx_th_f_view_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
140      return true;
141    _jspx_tagPool_f_view.reuse(_jspx_th_f_view_0);
142    return false;
143  }
144
145  private boolean _jspx_meth_h_form_0(javax.servlet.jsp.tagext.JspTag _jspx_th_f_view_0, PageContext pageContext)
146          throws Throwable {
147    JspWriter out = pageContext.getOut();
148    //  h:form
149    org.apache.myfaces.taglib.html.HtmlFormTag _jspx_th_h_form_0 = (org.apache.myfaces.taglib.html.HtmlFormTag) _jspx_tagPool_h_form_id.get(org.apache.myfaces.taglib.html.HtmlFormTag.class);
150    _jspx_th_h_form_0.setPageContext(pageContext);
151    _jspx_th_h_form_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_f_view_0);
152    _jspx_th_h_form_0.setId("form_carte");
153    int _jspx_eval_h_form_0 = _jspx_th_h_form_0.doStartTag();
154    if (_jspx_eval_h_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
155      out.write("\n");
156      out.write("\t\t<div id=\"page\">\n");
157      out.write("\t\t");
158      if (_jspx_meth_jstl_import_0(_jspx_th_h_form_0, pageContext))
159        return true;
160      out.write("\n");
161      out.write("\t\t\t\n");
162      out.write("\t\t\t<div id=\"centre\">\n");
163      out.write("\t\t\t   <table width=\"100%\" height=\"100%\" align=\"left\" style=\"border: none; border-width: 0px\"><tr valign=\"top\" ><td width=\"150px\">\n");
164      out.write("\t\t\t\t   <div class=\"navigV\">\n");
165      out.write("\t\t\t      <div style=\"width: 100%; margin-top: 10px\" align=\"center\">\n");
166      out.write("\t\t\t      \t");
167      if (_jspx_meth_h_graphicImage_0(_jspx_th_h_form_0, pageContext))
168        return true;
169      out.write("\n");
170      out.write("\t\t\t      </div>\n");
171      out.write("\t\t\t\t      \t<div class=\"nom\" style=\"margin-top: 10px\">DataSet</div>\n");
172      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
173      out.write("\t\t\t\t      \t\t");
174      if (_jspx_meth_h_outputText_0(_jspx_th_h_form_0, pageContext))
175        return true;
176      out.write("\n");
177      out.write("\t\t\t\t      \t</div>\n");
178      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
179      out.write("\t\t\t\t      \t\t");
180      if (_jspx_meth_h_outputText_1(_jspx_th_h_form_0, pageContext))
181        return true;
182      out.write("\t\t\t\t      \t\t\n");
183      out.write("\t\t\t\t      \t</div>\n");
184      out.write("\t\t\t\t      \t\n");
185      out.write("\t\t\t\t      \t<div class=\"nom\" style=\"margin-top: 15px\">Selected Period</div>\n");
186      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
187      out.write("\t\t\t\t      \t\tfrom : ");
188      if (_jspx_meth_h_outputText_2(_jspx_th_h_form_0, pageContext))
189        return true;
190      out.write("\t\t\t\t      \t\t\n");
191      out.write("\t\t\t\t      \t</div>\n");
192      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
193      out.write("\t\t\t\t      \t\tto : ");
194      if (_jspx_meth_h_outputText_3(_jspx_th_h_form_0, pageContext))
195        return true;
196      out.write("\t\t\t\t      \t\t\n");
197      out.write("\t\t\t\t      \t</div>\n");
198      out.write("\t\t\t\t      \t\n");
199      out.write("\t\t\t\t      \t<div class=\"nom\" style=\"margin-top: 15px\">Domain</div>\n");
200      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
201      out.write("\t\t\t\t      \t\tNorth/South <br/>\n");
202      out.write("\t\t\t\t      \t\t");
203      if (_jspx_meth_h_outputText_4(_jspx_th_h_form_0, pageContext))
204        return true;
205      out.write("\n");
206      out.write("\t\t\t\t      \t\t/\n");
207      out.write("\t\t\t\t\t\t\t");
208      if (_jspx_meth_h_outputText_5(_jspx_th_h_form_0, pageContext))
209        return true;
210      out.write("\n");
211      out.write("\t\t\t\t      \t</div>\t\t\t\t      \t\n");
212      out.write("\t\t\t\t      \t<div class=\"valeur\">\n");
213      out.write("\t\t\t\t      \t\tEast/West <br/>\n");
214      out.write("\t\t\t\t      \t\t");
215      if (_jspx_meth_h_outputText_6(_jspx_th_h_form_0, pageContext))
216        return true;
217      out.write("\n");
218      out.write("\t\t\t\t      \t\t/\n");
219      out.write("\t\t\t\t\t\t\t");
220      if (_jspx_meth_h_outputText_7(_jspx_th_h_form_0, pageContext))
221        return true;
222      out.write("\n");
223      out.write("\t\t\t\t      \t</div>\t\t\t\t      \t\n");
224      out.write("\t\t\t\t   </div><!-- ferme navigV -->\n");
225      out.write("\t\t\t\t</td><td width=\"100%\">\n");
226      out.write("\t\t\t\t<div class=\"contenu\">\n");
227      out.write("\t\t\t\t");
228      if (_jspx_meth_jstl_import_1(_jspx_th_h_form_0, pageContext))
229        return true;
230      out.write("\n");
231      out.write("\t\t\t\t\t<div class=\"mainBody\">\n");
232      out.write("\t\t\t\t\t<div id=\"graphZone\" class=\"bloc\" style=\"width: 300px; \">\n");
233      out.write("\t\t\t\t\t\t<div class=\"legendbloc\">Selected point</div>\n");
234      out.write("\t\t\t\t\t\t<table width=\"100%\">\n");
235      out.write("\t\t\t\t\t\t\t<tr><td width=\"30%\" align=\"left\" class=\"valeur\">\n");
236      out.write("\t\t\t\t\t\t\t\t");
237      if (_jspx_meth_h_outputText_8(_jspx_th_h_form_0, pageContext))
238        return true;
239      out.write("\n");
240      out.write("\t\t\t\t\t\t\t</td><td width=\"70%\">\n");
241      out.write("\t\t\t\t\t\t\t\t");
242      if (_jspx_meth_h_inputText_0(_jspx_th_h_form_0, pageContext))
243        return true;
244      out.write("\n");
245      out.write("\t\t\t\t\t\t\t</td></tr>\n");
246      out.write("\t\t\t\t\t\t\t<tr><td width=\"30%\" align=\"left\" class=\"valeur\">\n");
247      out.write("\t\t\t\t\t\t\t\t");
248      if (_jspx_meth_h_outputText_9(_jspx_th_h_form_0, pageContext))
249        return true;
250      out.write("\n");
251      out.write("\t\t\t\t\t\t\t</td><td width=\"70%\">\n");
252      out.write("\t\t\t\t\t\t\t\t");
253      if (_jspx_meth_h_inputText_1(_jspx_th_h_form_0, pageContext))
254        return true;
255      out.write("\n");
256      out.write("\t\t\t\t\t\t\t</td></tr>\n");
257      out.write("\t\t\t\t\t\t\t<tr><td width=\"30%\" align=\"left\" class=\"valeur\">\n");
258      out.write("\t\t\t\t\t\t\t\t");
259      if (_jspx_meth_h_outputText_10(_jspx_th_h_form_0, pageContext))
260        return true;
261      out.write("\n");
262      out.write("\t\t\t\t\t\t\t\t</td><td width=\"70%\" align=\"left\" class=\"valeur\">\n");
263      out.write("\t\t\t\t\t\t\t\t\t");
264      if (_jspx_meth_h_outputText_11(_jspx_th_h_form_0, pageContext))
265        return true;
266      out.write(" to ");
267      if (_jspx_meth_h_outputText_12(_jspx_th_h_form_0, pageContext))
268        return true;
269      out.write("\n");
270      out.write("\t\t\t\t\t\t\t</td></tr>\n");
271      out.write("\t\t\t\t\t\t\t<tr>\n");
272      out.write("\t\t\t\t\t\t\t\t<td></td>\n");
273      out.write("\t\t\t\t\t\t\t\t<td>");
274      if (_jspx_meth_h_commandButton_0(_jspx_th_h_form_0, pageContext))
275        return true;
276      out.write("</td>\n");
277      out.write("\t\t\t\t\t\t\t</tr>\n");
278      out.write("\t\t\t\t\t\t</table>\n");
279      out.write("\t\t\t\t\t</div> <!-- ferme graphZone -->\n");
280      out.write("\t\t\t\t\t<div id=\"graphZone\" class=\"bloc\" style=\"width: 720px; height: 360px;\">\n");
281      out.write("\t\t\t\t\t\t<div class=\"legendbloc\">Graphic on ");
282      if (_jspx_meth_h_outputText_13(_jspx_th_h_form_0, pageContext))
283        return true;
284      out.write(" </div>\n");
285      out.write("\t\t\t\t\t\t");
286      if (_jspx_meth_h_graphicImage_1(_jspx_th_h_form_0, pageContext))
287        return true;
288      out.write("\n");
289      out.write("\t\t\t\t\t</div>\t\t\t\t\t\n");
290      out.write("\t\t\t\t\t<div id=\"errorArea\" class=\"errorArea\" style=\"width: 50%; position: relative; top: 0px; left: 10px; height: 48px;overflow: auto;\">\n");
291      out.write("\t\t\t\t\t\t\t");
292      if (_jspx_meth_h_message_0(_jspx_th_h_form_0, pageContext))
293        return true;
294      out.write("\n");
295      out.write("\t\t\t\t\t\t\t");
296      if (_jspx_meth_h_message_1(_jspx_th_h_form_0, pageContext))
297        return true;
298      out.write("\n");
299      out.write("\t\t\t\t\t\t</div>\n");
300      out.write("\t\t\t\t\t\t<div class=\"bloc\" style=\"position: relative; margin-left: 5px; width: 720px; height: 50px; margin-top: 40px; border-style: none; background-color: transparent;\">\n");
301      out.write("\t\t\t\t\t\t<div style=\"position: absolute; top: 10px; right: 10px\">\n");
302      out.write("\t\t\t\t\t\t\t");
303      if (_jspx_meth_h_commandButton_1(_jspx_th_h_form_0, pageContext))
304        return true;
305      out.write("\n");
306      out.write("\t\t\t\t\t\t</div>\n");
307      out.write("\t\t\t\t\t</div><!-- ferme conteneur bouton --\n");
308      out.write("\t\t\t\t</div> <!-- ferme contenu -->\n");
309      out.write("\t\t\t\t</td></tr></table>\n");
310      out.write("\t\t\t</div> <!-- ferme centre -->\n");
311      out.write("\t\t</div><!-- ferme page -->\n");
312      out.write("\t");
313    }
314    if (_jspx_th_h_form_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
315      return true;
316    _jspx_tagPool_h_form_id.reuse(_jspx_th_h_form_0);
317    return false;
318  }
319
320  private boolean _jspx_meth_jstl_import_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
321          throws Throwable {
322    JspWriter out = pageContext.getOut();
323    //  jstl:import
324    org.apache.taglibs.standard.tag.el.core.ImportTag _jspx_th_jstl_import_0 = (org.apache.taglibs.standard.tag.el.core.ImportTag) _jspx_tagPool_jstl_import_url.get(org.apache.taglibs.standard.tag.el.core.ImportTag.class);
325    _jspx_th_jstl_import_0.setPageContext(pageContext);
326    _jspx_th_jstl_import_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
327    _jspx_th_jstl_import_0.setUrl("./commun/bandeauhaut.jsp");
328    int[] _jspx_push_body_count_jstl_import_0 = new int[] { 0 };
329    try {
330      int _jspx_eval_jstl_import_0 = _jspx_th_jstl_import_0.doStartTag();
331      if (_jspx_th_jstl_import_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
332        return true;
333    } catch (Throwable _jspx_exception) {
334      while (_jspx_push_body_count_jstl_import_0[0]-- > 0)
335        out = pageContext.popBody();
336      _jspx_th_jstl_import_0.doCatch(_jspx_exception);
337    } finally {
338      _jspx_th_jstl_import_0.doFinally();
339      _jspx_tagPool_jstl_import_url.reuse(_jspx_th_jstl_import_0);
340    }
341    return false;
342  }
343
344  private boolean _jspx_meth_h_graphicImage_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
345          throws Throwable {
346    JspWriter out = pageContext.getOut();
347    //  h:graphicImage
348    org.apache.myfaces.taglib.html.HtmlGraphicImageTag _jspx_th_h_graphicImage_0 = (org.apache.myfaces.taglib.html.HtmlGraphicImageTag) _jspx_tagPool_h_graphicImage_width_value.get(org.apache.myfaces.taglib.html.HtmlGraphicImageTag.class);
349    _jspx_th_h_graphicImage_0.setPageContext(pageContext);
350    _jspx_th_h_graphicImage_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
351    _jspx_th_h_graphicImage_0.setValue("/images/ECCAD_small.gif");
352    _jspx_th_h_graphicImage_0.setWidth("100px");
353    int _jspx_eval_h_graphicImage_0 = _jspx_th_h_graphicImage_0.doStartTag();
354    if (_jspx_th_h_graphicImage_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
355      return true;
356    _jspx_tagPool_h_graphicImage_width_value.reuse(_jspx_th_h_graphicImage_0);
357    return false;
358  }
359
360  private boolean _jspx_meth_h_outputText_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
361          throws Throwable {
362    JspWriter out = pageContext.getOut();
363    //  h:outputText
364    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_0 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
365    _jspx_th_h_outputText_0.setPageContext(pageContext);
366    _jspx_th_h_outputText_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
367    _jspx_th_h_outputText_0.setValue("#{carteBean.parametre}");
368    int _jspx_eval_h_outputText_0 = _jspx_th_h_outputText_0.doStartTag();
369    if (_jspx_th_h_outputText_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
370      return true;
371    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_0);
372    return false;
373  }
374
375  private boolean _jspx_meth_h_outputText_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
376          throws Throwable {
377    JspWriter out = pageContext.getOut();
378    //  h:outputText
379    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_1 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
380    _jspx_th_h_outputText_1.setPageContext(pageContext);
381    _jspx_th_h_outputText_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
382    _jspx_th_h_outputText_1.setValue("#{carteBean.produit}");
383    int _jspx_eval_h_outputText_1 = _jspx_th_h_outputText_1.doStartTag();
384    if (_jspx_th_h_outputText_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
385      return true;
386    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_1);
387    return false;
388  }
389
390  private boolean _jspx_meth_h_outputText_2(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
391          throws Throwable {
392    JspWriter out = pageContext.getOut();
393    //  h:outputText
394    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_2 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
395    _jspx_th_h_outputText_2.setPageContext(pageContext);
396    _jspx_th_h_outputText_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
397    _jspx_th_h_outputText_2.setValue("#{critereBean.begDate}");
398    int _jspx_eval_h_outputText_2 = _jspx_th_h_outputText_2.doStartTag();
399    if (_jspx_th_h_outputText_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
400      return true;
401    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_2);
402    return false;
403  }
404
405  private boolean _jspx_meth_h_outputText_3(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
406          throws Throwable {
407    JspWriter out = pageContext.getOut();
408    //  h:outputText
409    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_3 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
410    _jspx_th_h_outputText_3.setPageContext(pageContext);
411    _jspx_th_h_outputText_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
412    _jspx_th_h_outputText_3.setValue("#{critereBean.endDate}");
413    int _jspx_eval_h_outputText_3 = _jspx_th_h_outputText_3.doStartTag();
414    if (_jspx_th_h_outputText_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
415      return true;
416    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_3);
417    return false;
418  }
419
420  private boolean _jspx_meth_h_outputText_4(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
421          throws Throwable {
422    JspWriter out = pageContext.getOut();
423    //  h:outputText
424    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_4 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
425    _jspx_th_h_outputText_4.setPageContext(pageContext);
426    _jspx_th_h_outputText_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
427    _jspx_th_h_outputText_4.setValue("#{critereBean.northbc}");
428    int _jspx_eval_h_outputText_4 = _jspx_th_h_outputText_4.doStartTag();
429    if (_jspx_th_h_outputText_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
430      return true;
431    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_4);
432    return false;
433  }
434
435  private boolean _jspx_meth_h_outputText_5(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
436          throws Throwable {
437    JspWriter out = pageContext.getOut();
438    //  h:outputText
439    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_5 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
440    _jspx_th_h_outputText_5.setPageContext(pageContext);
441    _jspx_th_h_outputText_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
442    _jspx_th_h_outputText_5.setValue("#{critereBean.southbc}");
443    int _jspx_eval_h_outputText_5 = _jspx_th_h_outputText_5.doStartTag();
444    if (_jspx_th_h_outputText_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
445      return true;
446    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_5);
447    return false;
448  }
449
450  private boolean _jspx_meth_h_outputText_6(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
451          throws Throwable {
452    JspWriter out = pageContext.getOut();
453    //  h:outputText
454    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_6 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
455    _jspx_th_h_outputText_6.setPageContext(pageContext);
456    _jspx_th_h_outputText_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
457    _jspx_th_h_outputText_6.setValue("#{critereBean.eastbc}");
458    int _jspx_eval_h_outputText_6 = _jspx_th_h_outputText_6.doStartTag();
459    if (_jspx_th_h_outputText_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
460      return true;
461    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_6);
462    return false;
463  }
464
465  private boolean _jspx_meth_h_outputText_7(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
466          throws Throwable {
467    JspWriter out = pageContext.getOut();
468    //  h:outputText
469    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_7 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
470    _jspx_th_h_outputText_7.setPageContext(pageContext);
471    _jspx_th_h_outputText_7.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
472    _jspx_th_h_outputText_7.setValue("#{critereBean.westbc}");
473    int _jspx_eval_h_outputText_7 = _jspx_th_h_outputText_7.doStartTag();
474    if (_jspx_th_h_outputText_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
475      return true;
476    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_7);
477    return false;
478  }
479
480  private boolean _jspx_meth_jstl_import_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
481          throws Throwable {
482    JspWriter out = pageContext.getOut();
483    //  jstl:import
484    org.apache.taglibs.standard.tag.el.core.ImportTag _jspx_th_jstl_import_1 = (org.apache.taglibs.standard.tag.el.core.ImportTag) _jspx_tagPool_jstl_import_url.get(org.apache.taglibs.standard.tag.el.core.ImportTag.class);
485    _jspx_th_jstl_import_1.setPageContext(pageContext);
486    _jspx_th_jstl_import_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
487    _jspx_th_jstl_import_1.setUrl("./commun/tabs.jsp");
488    int[] _jspx_push_body_count_jstl_import_1 = new int[] { 0 };
489    try {
490      int _jspx_eval_jstl_import_1 = _jspx_th_jstl_import_1.doStartTag();
491      if (_jspx_th_jstl_import_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
492        return true;
493    } catch (Throwable _jspx_exception) {
494      while (_jspx_push_body_count_jstl_import_1[0]-- > 0)
495        out = pageContext.popBody();
496      _jspx_th_jstl_import_1.doCatch(_jspx_exception);
497    } finally {
498      _jspx_th_jstl_import_1.doFinally();
499      _jspx_tagPool_jstl_import_url.reuse(_jspx_th_jstl_import_1);
500    }
501    return false;
502  }
503
504  private boolean _jspx_meth_h_outputText_8(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
505          throws Throwable {
506    JspWriter out = pageContext.getOut();
507    //  h:outputText
508    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_8 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
509    _jspx_th_h_outputText_8.setPageContext(pageContext);
510    _jspx_th_h_outputText_8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
511    _jspx_th_h_outputText_8.setValue("Latitude");
512    int _jspx_eval_h_outputText_8 = _jspx_th_h_outputText_8.doStartTag();
513    if (_jspx_th_h_outputText_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
514      return true;
515    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_8);
516    return false;
517  }
518
519  private boolean _jspx_meth_h_inputText_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
520          throws Throwable {
521    JspWriter out = pageContext.getOut();
522    //  h:inputText
523    org.apache.myfaces.taglib.html.HtmlInputTextTag _jspx_th_h_inputText_0 = (org.apache.myfaces.taglib.html.HtmlInputTextTag) _jspx_tagPool_h_inputText_value_required_id.get(org.apache.myfaces.taglib.html.HtmlInputTextTag.class);
524    _jspx_th_h_inputText_0.setPageContext(pageContext);
525    _jspx_th_h_inputText_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
526    _jspx_th_h_inputText_0.setId("lat");
527    _jspx_th_h_inputText_0.setValue("#{statistiqueBean.lat}");
528    _jspx_th_h_inputText_0.setRequired("true");
529    int _jspx_eval_h_inputText_0 = _jspx_th_h_inputText_0.doStartTag();
530    if (_jspx_eval_h_inputText_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
531      out.write("\n");
532      out.write("\t\t\t\t\t\t\t\t\t");
533      if (_jspx_meth_f_validateDoubleRange_0(_jspx_th_h_inputText_0, pageContext))
534        return true;
535      out.write("\n");
536      out.write("\t\t\t\t\t\t\t\t");
537    }
538    if (_jspx_th_h_inputText_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
539      return true;
540    _jspx_tagPool_h_inputText_value_required_id.reuse(_jspx_th_h_inputText_0);
541    return false;
542  }
543
544  private boolean _jspx_meth_f_validateDoubleRange_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_inputText_0, PageContext pageContext)
545          throws Throwable {
546    JspWriter out = pageContext.getOut();
547    //  f:validateDoubleRange
548    org.apache.myfaces.taglib.core.ValidateDoubleRangeTag _jspx_th_f_validateDoubleRange_0 = (org.apache.myfaces.taglib.core.ValidateDoubleRangeTag) _jspx_tagPool_f_validateDoubleRange_minimum_maximum.get(org.apache.myfaces.taglib.core.ValidateDoubleRangeTag.class);
549    _jspx_th_f_validateDoubleRange_0.setPageContext(pageContext);
550    _jspx_th_f_validateDoubleRange_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_inputText_0);
551    _jspx_th_f_validateDoubleRange_0.setMinimum("-90");
552    _jspx_th_f_validateDoubleRange_0.setMaximum("90");
553    int _jspx_eval_f_validateDoubleRange_0 = _jspx_th_f_validateDoubleRange_0.doStartTag();
554    if (_jspx_th_f_validateDoubleRange_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
555      return true;
556    _jspx_tagPool_f_validateDoubleRange_minimum_maximum.reuse(_jspx_th_f_validateDoubleRange_0);
557    return false;
558  }
559
560  private boolean _jspx_meth_h_outputText_9(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
561          throws Throwable {
562    JspWriter out = pageContext.getOut();
563    //  h:outputText
564    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_9 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
565    _jspx_th_h_outputText_9.setPageContext(pageContext);
566    _jspx_th_h_outputText_9.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
567    _jspx_th_h_outputText_9.setValue("Longitude");
568    int _jspx_eval_h_outputText_9 = _jspx_th_h_outputText_9.doStartTag();
569    if (_jspx_th_h_outputText_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
570      return true;
571    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_9);
572    return false;
573  }
574
575  private boolean _jspx_meth_h_inputText_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
576          throws Throwable {
577    JspWriter out = pageContext.getOut();
578    //  h:inputText
579    org.apache.myfaces.taglib.html.HtmlInputTextTag _jspx_th_h_inputText_1 = (org.apache.myfaces.taglib.html.HtmlInputTextTag) _jspx_tagPool_h_inputText_value_required_id.get(org.apache.myfaces.taglib.html.HtmlInputTextTag.class);
580    _jspx_th_h_inputText_1.setPageContext(pageContext);
581    _jspx_th_h_inputText_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
582    _jspx_th_h_inputText_1.setId("lon");
583    _jspx_th_h_inputText_1.setValue("#{statistiqueBean.lon}");
584    _jspx_th_h_inputText_1.setRequired("true");
585    int _jspx_eval_h_inputText_1 = _jspx_th_h_inputText_1.doStartTag();
586    if (_jspx_eval_h_inputText_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
587      out.write("\n");
588      out.write("\t\t\t\t\t\t\t\t\t");
589      if (_jspx_meth_f_validateDoubleRange_1(_jspx_th_h_inputText_1, pageContext))
590        return true;
591      out.write("\n");
592      out.write("\t\t\t\t\t\t\t\t");
593    }
594    if (_jspx_th_h_inputText_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
595      return true;
596    _jspx_tagPool_h_inputText_value_required_id.reuse(_jspx_th_h_inputText_1);
597    return false;
598  }
599
600  private boolean _jspx_meth_f_validateDoubleRange_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_inputText_1, PageContext pageContext)
601          throws Throwable {
602    JspWriter out = pageContext.getOut();
603    //  f:validateDoubleRange
604    org.apache.myfaces.taglib.core.ValidateDoubleRangeTag _jspx_th_f_validateDoubleRange_1 = (org.apache.myfaces.taglib.core.ValidateDoubleRangeTag) _jspx_tagPool_f_validateDoubleRange_minimum_maximum.get(org.apache.myfaces.taglib.core.ValidateDoubleRangeTag.class);
605    _jspx_th_f_validateDoubleRange_1.setPageContext(pageContext);
606    _jspx_th_f_validateDoubleRange_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_inputText_1);
607    _jspx_th_f_validateDoubleRange_1.setMinimum("-180");
608    _jspx_th_f_validateDoubleRange_1.setMaximum("180");
609    int _jspx_eval_f_validateDoubleRange_1 = _jspx_th_f_validateDoubleRange_1.doStartTag();
610    if (_jspx_th_f_validateDoubleRange_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
611      return true;
612    _jspx_tagPool_f_validateDoubleRange_minimum_maximum.reuse(_jspx_th_f_validateDoubleRange_1);
613    return false;
614  }
615
616  private boolean _jspx_meth_h_outputText_10(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
617          throws Throwable {
618    JspWriter out = pageContext.getOut();
619    //  h:outputText
620    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_10 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
621    _jspx_th_h_outputText_10.setPageContext(pageContext);
622    _jspx_th_h_outputText_10.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
623    _jspx_th_h_outputText_10.setValue("Period");
624    int _jspx_eval_h_outputText_10 = _jspx_th_h_outputText_10.doStartTag();
625    if (_jspx_th_h_outputText_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
626      return true;
627    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_10);
628    return false;
629  }
630
631  private boolean _jspx_meth_h_outputText_11(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
632          throws Throwable {
633    JspWriter out = pageContext.getOut();
634    //  h:outputText
635    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_11 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
636    _jspx_th_h_outputText_11.setPageContext(pageContext);
637    _jspx_th_h_outputText_11.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
638    _jspx_th_h_outputText_11.setValue("#{critereBean.begDate}");
639    int _jspx_eval_h_outputText_11 = _jspx_th_h_outputText_11.doStartTag();
640    if (_jspx_th_h_outputText_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
641      return true;
642    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_11);
643    return false;
644  }
645
646  private boolean _jspx_meth_h_outputText_12(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
647          throws Throwable {
648    JspWriter out = pageContext.getOut();
649    //  h:outputText
650    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_12 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
651    _jspx_th_h_outputText_12.setPageContext(pageContext);
652    _jspx_th_h_outputText_12.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
653    _jspx_th_h_outputText_12.setValue("#{critereBean.endDate}");
654    int _jspx_eval_h_outputText_12 = _jspx_th_h_outputText_12.doStartTag();
655    if (_jspx_th_h_outputText_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
656      return true;
657    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_12);
658    return false;
659  }
660
661  private boolean _jspx_meth_h_commandButton_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
662          throws Throwable {
663    JspWriter out = pageContext.getOut();
664    //  h:commandButton
665    org.apache.myfaces.taglib.html.HtmlCommandButtonTag _jspx_th_h_commandButton_0 = (org.apache.myfaces.taglib.html.HtmlCommandButtonTag) _jspx_tagPool_h_commandButton_value_styleClass_actionListener.get(org.apache.myfaces.taglib.html.HtmlCommandButtonTag.class);
666    _jspx_th_h_commandButton_0.setPageContext(pageContext);
667    _jspx_th_h_commandButton_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
668    _jspx_th_h_commandButton_0.setStyleClass("commandbouton");
669    _jspx_th_h_commandButton_0.setValue("draw graphic");
670    _jspx_th_h_commandButton_0.setActionListener("#{statistiqueBean.drawGraph}");
671    int _jspx_eval_h_commandButton_0 = _jspx_th_h_commandButton_0.doStartTag();
672    if (_jspx_th_h_commandButton_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
673      return true;
674    _jspx_tagPool_h_commandButton_value_styleClass_actionListener.reuse(_jspx_th_h_commandButton_0);
675    return false;
676  }
677
678  private boolean _jspx_meth_h_outputText_13(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
679          throws Throwable {
680    JspWriter out = pageContext.getOut();
681    //  h:outputText
682    org.apache.myfaces.taglib.html.HtmlOutputTextTag _jspx_th_h_outputText_13 = (org.apache.myfaces.taglib.html.HtmlOutputTextTag) _jspx_tagPool_h_outputText_value.get(org.apache.myfaces.taglib.html.HtmlOutputTextTag.class);
683    _jspx_th_h_outputText_13.setPageContext(pageContext);
684    _jspx_th_h_outputText_13.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
685    _jspx_th_h_outputText_13.setValue("#{statistiqueBean.lat}/#{statistiqueBean.lon}, #{critereBean.begDate} to #{critereBean.endDate}");
686    int _jspx_eval_h_outputText_13 = _jspx_th_h_outputText_13.doStartTag();
687    if (_jspx_th_h_outputText_13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
688      return true;
689    _jspx_tagPool_h_outputText_value.reuse(_jspx_th_h_outputText_13);
690    return false;
691  }
692
693  private boolean _jspx_meth_h_graphicImage_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
694          throws Throwable {
695    JspWriter out = pageContext.getOut();
696    //  h:graphicImage
697    org.apache.myfaces.taglib.html.HtmlGraphicImageTag _jspx_th_h_graphicImage_1 = (org.apache.myfaces.taglib.html.HtmlGraphicImageTag) _jspx_tagPool_h_graphicImage_value.get(org.apache.myfaces.taglib.html.HtmlGraphicImageTag.class);
698    _jspx_th_h_graphicImage_1.setPageContext(pageContext);
699    _jspx_th_h_graphicImage_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
700    _jspx_th_h_graphicImage_1.setValue("#{statistiqueBean.urlGraphe}");
701    int _jspx_eval_h_graphicImage_1 = _jspx_th_h_graphicImage_1.doStartTag();
702    if (_jspx_th_h_graphicImage_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
703      return true;
704    _jspx_tagPool_h_graphicImage_value.reuse(_jspx_th_h_graphicImage_1);
705    return false;
706  }
707
708  private boolean _jspx_meth_h_message_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
709          throws Throwable {
710    JspWriter out = pageContext.getOut();
711    //  h:message
712    org.apache.myfaces.taglib.html.HtmlMessageTag _jspx_th_h_message_0 = (org.apache.myfaces.taglib.html.HtmlMessageTag) _jspx_tagPool_h_message_id_for.get(org.apache.myfaces.taglib.html.HtmlMessageTag.class);
713    _jspx_th_h_message_0.setPageContext(pageContext);
714    _jspx_th_h_message_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
715    _jspx_th_h_message_0.setId("err1");
716    _jspx_th_h_message_0.setFor("lat");
717    int _jspx_eval_h_message_0 = _jspx_th_h_message_0.doStartTag();
718    if (_jspx_th_h_message_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
719      return true;
720    _jspx_tagPool_h_message_id_for.reuse(_jspx_th_h_message_0);
721    return false;
722  }
723
724  private boolean _jspx_meth_h_message_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
725          throws Throwable {
726    JspWriter out = pageContext.getOut();
727    //  h:message
728    org.apache.myfaces.taglib.html.HtmlMessageTag _jspx_th_h_message_1 = (org.apache.myfaces.taglib.html.HtmlMessageTag) _jspx_tagPool_h_message_id_for.get(org.apache.myfaces.taglib.html.HtmlMessageTag.class);
729    _jspx_th_h_message_1.setPageContext(pageContext);
730    _jspx_th_h_message_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
731    _jspx_th_h_message_1.setId("err2");
732    _jspx_th_h_message_1.setFor("lon");
733    int _jspx_eval_h_message_1 = _jspx_th_h_message_1.doStartTag();
734    if (_jspx_th_h_message_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
735      return true;
736    _jspx_tagPool_h_message_id_for.reuse(_jspx_th_h_message_1);
737    return false;
738  }
739
740  private boolean _jspx_meth_h_commandButton_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext pageContext)
741          throws Throwable {
742    JspWriter out = pageContext.getOut();
743    //  h:commandButton
744    org.apache.myfaces.taglib.html.HtmlCommandButtonTag _jspx_th_h_commandButton_1 = (org.apache.myfaces.taglib.html.HtmlCommandButtonTag) _jspx_tagPool_h_commandButton_value_styleClass_action.get(org.apache.myfaces.taglib.html.HtmlCommandButtonTag.class);
745    _jspx_th_h_commandButton_1.setPageContext(pageContext);
746    _jspx_th_h_commandButton_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0);
747    _jspx_th_h_commandButton_1.setAction("page_critere");
748    _jspx_th_h_commandButton_1.setValue("Back to selection");
749    _jspx_th_h_commandButton_1.setStyleClass("commandbouton");
750    int _jspx_eval_h_commandButton_1 = _jspx_th_h_commandButton_1.doStartTag();
751    if (_jspx_th_h_commandButton_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
752      return true;
753    _jspx_tagPool_h_commandButton_value_styleClass_action.reuse(_jspx_th_h_commandButton_1);
754    return false;
755  }
756}
Note: See TracBrowser for help on using the repository browser.