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