KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > jsp > editUser_jsp


1 package org.apache.jsp;
2
3 import javax.servlet.*;
4 import javax.servlet.http.*;
5 import javax.servlet.jsp.*;
6 import org.apache.jasper.runtime.*;
7
8 public class editUser_jsp extends HttpJspBase {
9
10
11   private static java.util.Vector JavaDoc _jspx_includes;
12
13   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_template_insert_template;
14   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_template_put_name_direct_content;
15   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_template_put_name_direct;
16   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value;
17   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_if_test;
18   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_form_action;
19   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_text_size_property_disabled;
20   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_hidden_property;
21   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_text_size_property;
22   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_select_size_property_multiple;
23   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_options_property_labelProperty_collection;
24   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_image_style_src_onmouseover_onmouseout;
25
26   public editUser_jsp() {
27     _jspx_tagPool_template_insert_template = new org.apache.jasper.runtime.TagHandlerPool();
28     _jspx_tagPool_template_put_name_direct_content = new org.apache.jasper.runtime.TagHandlerPool();
29     _jspx_tagPool_template_put_name_direct = new org.apache.jasper.runtime.TagHandlerPool();
30     _jspx_tagPool_c_out_value = new org.apache.jasper.runtime.TagHandlerPool();
31     _jspx_tagPool_c_if_test = new org.apache.jasper.runtime.TagHandlerPool();
32     _jspx_tagPool_html_form_action = new org.apache.jasper.runtime.TagHandlerPool();
33     _jspx_tagPool_html_text_size_property_disabled = new org.apache.jasper.runtime.TagHandlerPool();
34     _jspx_tagPool_html_hidden_property = new org.apache.jasper.runtime.TagHandlerPool();
35     _jspx_tagPool_html_text_size_property = new org.apache.jasper.runtime.TagHandlerPool();
36     _jspx_tagPool_html_select_size_property_multiple = new org.apache.jasper.runtime.TagHandlerPool();
37     _jspx_tagPool_html_options_property_labelProperty_collection = new org.apache.jasper.runtime.TagHandlerPool();
38     _jspx_tagPool_html_image_style_src_onmouseover_onmouseout = new org.apache.jasper.runtime.TagHandlerPool();
39   }
40
41   public java.util.List JavaDoc getIncludes() {
42     return _jspx_includes;
43   }
44
45   public void _jspDestroy() {
46     _jspx_tagPool_template_insert_template.release();
47     _jspx_tagPool_template_put_name_direct_content.release();
48     _jspx_tagPool_template_put_name_direct.release();
49     _jspx_tagPool_c_out_value.release();
50     _jspx_tagPool_c_if_test.release();
51     _jspx_tagPool_html_form_action.release();
52     _jspx_tagPool_html_text_size_property_disabled.release();
53     _jspx_tagPool_html_hidden_property.release();
54     _jspx_tagPool_html_text_size_property.release();
55     _jspx_tagPool_html_select_size_property_multiple.release();
56     _jspx_tagPool_html_options_property_labelProperty_collection.release();
57     _jspx_tagPool_html_image_style_src_onmouseover_onmouseout.release();
58   }
59
60   public void _jspService(HttpServletRequest request, HttpServletResponse response)
61         throws java.io.IOException JavaDoc, ServletException {
62
63     JspFactory _jspxFactory = null;
64     javax.servlet.jsp.PageContext JavaDoc pageContext = null;
65     HttpSession session = null;
66     ServletContext application = null;
67     ServletConfig config = null;
68     JspWriter out = null;
69     Object JavaDoc page = this;
70     JspWriter _jspx_out = null;
71
72
73     try {
74       _jspxFactory = JspFactory.getDefaultFactory();
75       response.setContentType("text/html;charset=ISO-8859-1");
76       pageContext = _jspxFactory.getPageContext(this, request, response,
77                 null, true, 8192, true);
78       application = pageContext.getServletContext();
79       config = pageContext.getServletConfig();
80       session = pageContext.getSession();
81       out = pageContext.getOut();
82       _jspx_out = out;
83
84       out.write("\r\n");
85       out.write("\r\n");
86       out.write("\r\n\r\n");
87       /* ---- template:insert ---- */
88       org.apache.struts.taglib.template.InsertTag _jspx_th_template_insert_0 = (org.apache.struts.taglib.template.InsertTag) _jspx_tagPool_template_insert_template.get(org.apache.struts.taglib.template.InsertTag.class);
89       _jspx_th_template_insert_0.setPageContext(pageContext);
90       _jspx_th_template_insert_0.setParent(null);
91       _jspx_th_template_insert_0.setTemplate("../template.jsp");
92       int _jspx_eval_template_insert_0 = _jspx_th_template_insert_0.doStartTag();
93       if (_jspx_eval_template_insert_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
94         do {
95           out.write("\r\n ");
96           if (_jspx_meth_template_put_0(_jspx_th_template_insert_0, pageContext))
97             return;
98           out.write("\r\n ");
99           /* ---- template:put ---- */
100           org.apache.struts.taglib.template.PutTag _jspx_th_template_put_1 = (org.apache.struts.taglib.template.PutTag) _jspx_tagPool_template_put_name_direct.get(org.apache.struts.taglib.template.PutTag.class);
101           _jspx_th_template_put_1.setPageContext(pageContext);
102           _jspx_th_template_put_1.setParent(_jspx_th_template_insert_0);
103           _jspx_th_template_put_1.setName("content");
104           _jspx_th_template_put_1.setDirect("true");
105           int _jspx_eval_template_put_1 = _jspx_th_template_put_1.doStartTag();
106           if (_jspx_eval_template_put_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
107             if (_jspx_eval_template_put_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
108               javax.servlet.jsp.tagext.BodyContent JavaDoc _bc = pageContext.pushBody();
109               _bc.clear();
110               out = _bc;
111               _jspx_th_template_put_1.setBodyContent(_bc);
112               _jspx_th_template_put_1.doInitBody();
113             }
114             do {
115               out.write(" \r\n\t\t \r\n\t ");
116               out.write("<img SRC=\"images/user-tile.gif\" align=\"middle\" border=\"0\">");
117               out.write("<span class=\"titre2\">Editer l'objet utilisateur \"");
118               if (_jspx_meth_c_out_0(_jspx_th_template_put_1, pageContext))
119                 return;
120               out.write("\".");
121               out.write("</span>");
122               out.write("<br>");
123               out.write("<br>\r\n\t ");
124               if (_jspx_meth_c_if_0(_jspx_th_template_put_1, pageContext))
125                 return;
126               out.write("\r\n\t \r\n\t ");
127               /* ---- html:form ---- */
128               org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0 = (org.apache.struts.taglib.html.FormTag) _jspx_tagPool_html_form_action.get(org.apache.struts.taglib.html.FormTag.class);
129               _jspx_th_html_form_0.setPageContext(pageContext);
130               _jspx_th_html_form_0.setParent(_jspx_th_template_put_1);
131               _jspx_th_html_form_0.setAction("editUser.x");
132               int _jspx_eval_html_form_0 = _jspx_th_html_form_0.doStartTag();
133               if (_jspx_eval_html_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
134                 do {
135                   out.write("\r\n\t ");
136                   out.write("<table width=\"80%\" align=\"left\">\r\n\t \t");
137                   out.write("<tr>\r\n\t\t\t");
138                   out.write("<td class=\"titre-liste\">");
139                   out.write("<img SRC=\"images/puce.gif\" align=\"middle\">&nbsp;propriétés");
140                   out.write("</td>\r\n\t\t");
141                   out.write("</tr>\r\n\t\t");
142                   out.write("<tr>\r\n\t\t\t");
143                   out.write("<td bgcolor=\"#0148B2\" height=\"1\">");
144                   out.write("</td>\r\n\t\t");
145                   out.write("</tr>\r\n\t \t");
146                   out.write("<tr>\r\n\t\t\t");
147                   out.write("<td>\t\t\t\t \r\n\t\t\t\t \t");
148                   out.write("<table>\t\t\t\r\n\t\t\t\t\t\t");
149                   out.write("<tr>\r\n\t\t\t\t\t\t\t");
150                   out.write("<td align=\"right\" class=\"texte\" width=\"60\">");
151                   out.write("<b>login : ");
152                   out.write("</b>");
153                   out.write("</td>\r\n\t\t\t\t\t\t\t");
154                   out.write("<td>");
155                   if (_jspx_meth_html_text_0(_jspx_th_html_form_0, pageContext))
156                     return;
157                   out.write("</td>\r\n\t\t\t\t\t\t\t");
158                   if (_jspx_meth_html_hidden_0(_jspx_th_html_form_0, pageContext))
159                     return;
160                   out.write("\r\n\t\t\t\t\t\t");
161                   out.write("</tr>\r\n\t\t\t\t\t\t");
162                   out.write("<tr>\r\n\t\t\t\t\t\t\t");
163                   out.write("<td align=\"right\" class=\"texte\">");
164                   out.write("<b>password : ");
165                   out.write("</b>");
166                   out.write("</td>\r\n\t\t\t\t\t\t\t");
167                   out.write("<td>");
168                   if (_jspx_meth_html_text_1(_jspx_th_html_form_0, pageContext))
169                     return;
170                   out.write("</td>\r\n\t\t\t\t\t\t");
171                   out.write("</tr>\r\n\t\t\t\t\t\t");
172                   out.write("<tr>\r\n\t\t\t\t\t\t\t");
173                   out.write("<td align=\"right\" class=\"texte\" valign=\"top\">");
174                   out.write("<b>groupes : ");
175                   out.write("</b>");
176                   out.write("</td>\r\n\t\t\t\t\t\t\t");
177                   out.write("<td>\r\n\t\t\t\t\t\t\t\t");
178                   if (_jspx_meth_html_select_0(_jspx_th_html_form_0, pageContext))
179                     return;
180                   out.write("\r\n\t\t\t\t\t\t\t");
181                   out.write("</td>\r\n\t\t\t\t\t\t");
182                   out.write("</tr>\r\n\t\t\t\t\t\t");
183                   out.write("<tr>\r\n\t\t\t\t\t\t\t");
184                   out.write("<td align=\"right\" class=\"texte\">");
185                   out.write("</td>\r\n\t\t\t\t\t\t\t");
186                   out.write("<td>");
187                   if (_jspx_meth_html_image_0(_jspx_th_html_form_0, pageContext))
188                     return;
189                   out.write("</td>\r\n\t\t\t\t\t\t");
190                   out.write("</tr>\t\t\t\r\n\t\t\t\t\t");
191                   out.write("</table>\r\n\t\t\t\t\t");
192                   out.write("<input type=\"hidden\" name=\"id\" value=\"");
193                   if (_jspx_meth_c_out_2(_jspx_th_html_form_0, pageContext))
194                     return;
195                   out.write("\">\r\n\t\t\t\t\t");
196                   out.write("<input type=\"hidden\" name=\"editSubmit\" value=\"submit\"> \t\t\t\t \t \r\n\t\t\t");
197                   out.write("</td>\r\n\t\t");
198                   out.write("</tr>\r\n\t\t");
199                   out.write("<tr>\r\n\t\t\t");
200                   out.write("<td height=\"10\">");
201                   out.write("</td>\r\n\t\t");
202                   out.write("</tr>\r\n\t\t");
203                   out.write("<tr>\r\n\t\t\t");
204                   out.write("<td class=\"titre-liste\">");
205                   out.write("<img SRC=\"images/puce.gif\" align=\"middle\">&nbsp;meta-données");
206                   out.write("</td>\r\n\t\t");
207                   out.write("</tr>\r\n\t\t");
208                   out.write("<tr>\r\n\t\t\t");
209                   out.write("<td bgcolor=\"#0148B2\" height=\"1\">");
210                   out.write("</td>\r\n\t\t");
211                   out.write("</tr>\r\n\t\t");
212                   out.write("<tr>\r\n\t\t\t");
213                   out.write("<td>\r\n\t\t\t\t");
214  // la partie du formulaire permettant d'editer les metaData n'est pas réutilisable
215
out.write("\r\n\t\t\t\t");
216  // pour éviter de reduire la lisibilité de la JSP cette partie a été déportée dans une classe helper
217
out.write("\r\n\t\t\t\t");
218                   out.print(org.nextime.ion.admin.helper.MetaDataForm.getForm( (java.util.Hashtable JavaDoc)request.getAttribute("metaData") ));
219                   out.write("\r\n\t\t\t");
220                   out.write("</td>\r\n\t\t");
221                   out.write("</tr>\r\n\t");
222                   out.write("</table>\t\r\n\t");
223                   int evalDoAfterBody = _jspx_th_html_form_0.doAfterBody();
224                   if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
225                     break;
226                 } while (true);
227               }
228               if (_jspx_th_html_form_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
229                 return;
230               _jspx_tagPool_html_form_action.reuse(_jspx_th_html_form_0);
231               out.write("\r\n\t\t\r\n ");
232               int evalDoAfterBody = _jspx_th_template_put_1.doAfterBody();
233               if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
234                 break;
235             } while (true);
236             if (_jspx_eval_template_put_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
237               out = pageContext.popBody();
238           }
239           if (_jspx_th_template_put_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
240             return;
241           _jspx_tagPool_template_put_name_direct.reuse(_jspx_th_template_put_1);
242           out.write("\r\n");
243           int evalDoAfterBody = _jspx_th_template_insert_0.doAfterBody();
244           if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
245             break;
246         } while (true);
247       }
248       if (_jspx_th_template_insert_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
249         return;
250       _jspx_tagPool_template_insert_template.reuse(_jspx_th_template_insert_0);
251       out.write("\r\n");
252     } catch (Throwable JavaDoc t) {
253       out = _jspx_out;
254       if (out != null && out.getBufferSize() != 0)
255         out.clearBuffer();
256       if (pageContext != null) pageContext.handlePageException(t);
257     } finally {
258       if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
259     }
260   }
261
262   private boolean _jspx_meth_template_put_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_template_insert_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
263           throws Throwable JavaDoc {
264     JspWriter out = pageContext.getOut();
265     /* ---- template:put ---- */
266     org.apache.struts.taglib.template.PutTag _jspx_th_template_put_0 = (org.apache.struts.taglib.template.PutTag) _jspx_tagPool_template_put_name_direct_content.get(org.apache.struts.taglib.template.PutTag.class);
267     _jspx_th_template_put_0.setPageContext(pageContext);
268     _jspx_th_template_put_0.setParent(_jspx_th_template_insert_0);
269     _jspx_th_template_put_0.setName("label");
270     _jspx_th_template_put_0.setContent("Utilisateurs");
271     _jspx_th_template_put_0.setDirect("true");
272     int _jspx_eval_template_put_0 = _jspx_th_template_put_0.doStartTag();
273     if (_jspx_th_template_put_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
274       return true;
275     _jspx_tagPool_template_put_name_direct_content.reuse(_jspx_th_template_put_0);
276     return false;
277   }
278
279   private boolean _jspx_meth_c_out_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_template_put_1, javax.servlet.jsp.PageContext JavaDoc pageContext)
280           throws Throwable JavaDoc {
281     JspWriter out = pageContext.getOut();
282     /* ---- c:out ---- */
283     org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_0 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
284     _jspx_th_c_out_0.setPageContext(pageContext);
285     _jspx_th_c_out_0.setParent(_jspx_th_template_put_1);
286     _jspx_th_c_out_0.setValue("${id}");
287     int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
288     if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
289       return true;
290     _jspx_tagPool_c_out_value.reuse(_jspx_th_c_out_0);
291     return false;
292   }
293
294   private boolean _jspx_meth_c_if_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_template_put_1, javax.servlet.jsp.PageContext JavaDoc pageContext)
295           throws Throwable JavaDoc {
296     JspWriter out = pageContext.getOut();
297     /* ---- c:if ---- */
298     org.apache.taglibs.standard.tag.el.core.IfTag _jspx_th_c_if_0 = (org.apache.taglibs.standard.tag.el.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.el.core.IfTag.class);
299     _jspx_th_c_if_0.setPageContext(pageContext);
300     _jspx_th_c_if_0.setParent(_jspx_th_template_put_1);
301     _jspx_th_c_if_0.setTest("${error != null }");
302     int _jspx_eval_c_if_0 = _jspx_th_c_if_0.doStartTag();
303     if (_jspx_eval_c_if_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
304       do {
305         out.write("\r\n\t\t\t");
306         out.write("<span class=\"error\">");
307         if (_jspx_meth_c_out_1(_jspx_th_c_if_0, pageContext))
308           return true;
309         out.write("</span>");
310         out.write("<br>");
311         out.write("<br>\r\n\t ");
312         int evalDoAfterBody = _jspx_th_c_if_0.doAfterBody();
313         if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
314           break;
315       } while (true);
316     }
317     if (_jspx_th_c_if_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
318       return true;
319     _jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_0);
320     return false;
321   }
322
323   private boolean _jspx_meth_c_out_1(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_c_if_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
324           throws Throwable JavaDoc {
325     JspWriter out = pageContext.getOut();
326     /* ---- c:out ---- */
327     org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_1 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
328     _jspx_th_c_out_1.setPageContext(pageContext);
329     _jspx_th_c_out_1.setParent(_jspx_th_c_if_0);
330     _jspx_th_c_out_1.setValue("${error}");
331     int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag();
332     if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
333       return true;
334     _jspx_tagPool_c_out_value.reuse(_jspx_th_c_out_1);
335     return false;
336   }
337
338   private boolean _jspx_meth_html_text_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
339           throws Throwable JavaDoc {
340     JspWriter out = pageContext.getOut();
341     /* ---- html:text ---- */
342     org.apache.struts.taglib.html.TextTag _jspx_th_html_text_0 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_size_property_disabled.get(org.apache.struts.taglib.html.TextTag.class);
343     _jspx_th_html_text_0.setPageContext(pageContext);
344     _jspx_th_html_text_0.setParent(_jspx_th_html_form_0);
345     _jspx_th_html_text_0.setProperty("login");
346     _jspx_th_html_text_0.setSize("20");
347     _jspx_th_html_text_0.setDisabled(true);
348     int _jspx_eval_html_text_0 = _jspx_th_html_text_0.doStartTag();
349     if (_jspx_th_html_text_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
350       return true;
351     _jspx_tagPool_html_text_size_property_disabled.reuse(_jspx_th_html_text_0);
352     return false;
353   }
354
355   private boolean _jspx_meth_html_hidden_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
356           throws Throwable JavaDoc {
357     JspWriter out = pageContext.getOut();
358     /* ---- html:hidden ---- */
359     org.apache.struts.taglib.html.HiddenTag _jspx_th_html_hidden_0 = (org.apache.struts.taglib.html.HiddenTag) _jspx_tagPool_html_hidden_property.get(org.apache.struts.taglib.html.HiddenTag.class);
360     _jspx_th_html_hidden_0.setPageContext(pageContext);
361     _jspx_th_html_hidden_0.setParent(_jspx_th_html_form_0);
362     _jspx_th_html_hidden_0.setProperty("login");
363     int _jspx_eval_html_hidden_0 = _jspx_th_html_hidden_0.doStartTag();
364     if (_jspx_th_html_hidden_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
365       return true;
366     _jspx_tagPool_html_hidden_property.reuse(_jspx_th_html_hidden_0);
367     return false;
368   }
369
370   private boolean _jspx_meth_html_text_1(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
371           throws Throwable JavaDoc {
372     JspWriter out = pageContext.getOut();
373     /* ---- html:text ---- */
374     org.apache.struts.taglib.html.TextTag _jspx_th_html_text_1 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_size_property.get(org.apache.struts.taglib.html.TextTag.class);
375     _jspx_th_html_text_1.setPageContext(pageContext);
376     _jspx_th_html_text_1.setParent(_jspx_th_html_form_0);
377     _jspx_th_html_text_1.setProperty("password");
378     _jspx_th_html_text_1.setSize("20");
379     int _jspx_eval_html_text_1 = _jspx_th_html_text_1.doStartTag();
380     if (_jspx_th_html_text_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
381       return true;
382     _jspx_tagPool_html_text_size_property.reuse(_jspx_th_html_text_1);
383     return false;
384   }
385
386   private boolean _jspx_meth_html_select_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
387           throws Throwable JavaDoc {
388     JspWriter out = pageContext.getOut();
389     /* ---- html:select ---- */
390     org.apache.struts.taglib.html.SelectTag _jspx_th_html_select_0 = (org.apache.struts.taglib.html.SelectTag) _jspx_tagPool_html_select_size_property_multiple.get(org.apache.struts.taglib.html.SelectTag.class);
391     _jspx_th_html_select_0.setPageContext(pageContext);
392     _jspx_th_html_select_0.setParent(_jspx_th_html_form_0);
393     _jspx_th_html_select_0.setProperty("groups");
394     _jspx_th_html_select_0.setMultiple("true");
395     _jspx_th_html_select_0.setSize("3");
396     int _jspx_eval_html_select_0 = _jspx_th_html_select_0.doStartTag();
397     if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
398       if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
399         javax.servlet.jsp.tagext.BodyContent JavaDoc _bc = pageContext.pushBody();
400         _bc.clear();
401         out = _bc;
402         _jspx_th_html_select_0.setBodyContent(_bc);
403         _jspx_th_html_select_0.doInitBody();
404       }
405       do {
406         out.write("\r\n\t\t\t\t\t\t\t\t\t");
407         if (_jspx_meth_html_options_0(_jspx_th_html_select_0, pageContext))
408           return true;
409         out.write("\r\n\t\t\t\t\t\t\t\t");
410         int evalDoAfterBody = _jspx_th_html_select_0.doAfterBody();
411         if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
412           break;
413       } while (true);
414       if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
415         out = pageContext.popBody();
416     }
417     if (_jspx_th_html_select_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
418       return true;
419     _jspx_tagPool_html_select_size_property_multiple.reuse(_jspx_th_html_select_0);
420     return false;
421   }
422
423   private boolean _jspx_meth_html_options_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_select_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
424           throws Throwable JavaDoc {
425     JspWriter out = pageContext.getOut();
426     /* ---- html:options ---- */
427     org.apache.struts.taglib.html.OptionsTag _jspx_th_html_options_0 = (org.apache.struts.taglib.html.OptionsTag) _jspx_tagPool_html_options_property_labelProperty_collection.get(org.apache.struts.taglib.html.OptionsTag.class);
428     _jspx_th_html_options_0.setPageContext(pageContext);
429     _jspx_th_html_options_0.setParent(_jspx_th_html_select_0);
430     _jspx_th_html_options_0.setProperty("id");
431     _jspx_th_html_options_0.setLabelProperty("id");
432     _jspx_th_html_options_0.setCollection("groupList");
433     int _jspx_eval_html_options_0 = _jspx_th_html_options_0.doStartTag();
434     if (_jspx_th_html_options_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
435       return true;
436     _jspx_tagPool_html_options_property_labelProperty_collection.reuse(_jspx_th_html_options_0);
437     return false;
438   }
439
440   private boolean _jspx_meth_html_image_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
441           throws Throwable JavaDoc {
442     JspWriter out = pageContext.getOut();
443     /* ---- html:image ---- */
444     org.apache.struts.taglib.html.ImageTag _jspx_th_html_image_0 = (org.apache.struts.taglib.html.ImageTag) _jspx_tagPool_html_image_style_src_onmouseover_onmouseout.get(org.apache.struts.taglib.html.ImageTag.class);
445     _jspx_th_html_image_0.setPageContext(pageContext);
446     _jspx_th_html_image_0.setParent(_jspx_th_html_form_0);
447     _jspx_th_html_image_0.setSrc("images/valide-fade.gif");
448     _jspx_th_html_image_0.setStyle("border:0px");
449     _jspx_th_html_image_0.setOnmouseover("this.src='images/valide.jpg'");
450     _jspx_th_html_image_0.setOnmouseout("this.src='images/valide-fade.gif'");
451     int _jspx_eval_html_image_0 = _jspx_th_html_image_0.doStartTag();
452     if (_jspx_th_html_image_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
453       return true;
454     _jspx_tagPool_html_image_style_src_onmouseover_onmouseout.reuse(_jspx_th_html_image_0);
455     return false;
456   }
457
458   private boolean _jspx_meth_c_out_2(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
459           throws Throwable JavaDoc {
460     JspWriter out = pageContext.getOut();
461     /* ---- c:out ---- */
462     org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_2 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
463     _jspx_th_c_out_2.setPageContext(pageContext);
464     _jspx_th_c_out_2.setParent(_jspx_th_html_form_0);
465     _jspx_th_c_out_2.setValue("${id}");
466     int _jspx_eval_c_out_2 = _jspx_th_c_out_2.doStartTag();
467     if (_jspx_th_c_out_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
468       return true;
469     _jspx_tagPool_c_out_value.reuse(_jspx_th_c_out_2);
470     return false;
471   }
472 }
473
Popular Tags