KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > jsp > resourceMenu_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 resourceMenu_jsp extends HttpJspBase {
9
10
11   private static java.util.Vector JavaDoc _jspx_includes;
12
13   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_forEach_var_items;
14   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_out_value;
15   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_choose;
16   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_when_test;
17   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_otherwise;
18   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_form_enctype_action;
19   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_bean_message_key;
20   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_file_style_property;
21   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_text_style_property;
22   private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_errors;
23
24   public resourceMenu_jsp() {
25     _jspx_tagPool_c_forEach_var_items = new org.apache.jasper.runtime.TagHandlerPool();
26     _jspx_tagPool_c_out_value = new org.apache.jasper.runtime.TagHandlerPool();
27     _jspx_tagPool_c_choose = new org.apache.jasper.runtime.TagHandlerPool();
28     _jspx_tagPool_c_when_test = new org.apache.jasper.runtime.TagHandlerPool();
29     _jspx_tagPool_c_otherwise = new org.apache.jasper.runtime.TagHandlerPool();
30     _jspx_tagPool_html_form_enctype_action = new org.apache.jasper.runtime.TagHandlerPool();
31     _jspx_tagPool_bean_message_key = new org.apache.jasper.runtime.TagHandlerPool();
32     _jspx_tagPool_html_file_style_property = new org.apache.jasper.runtime.TagHandlerPool();
33     _jspx_tagPool_html_text_style_property = new org.apache.jasper.runtime.TagHandlerPool();
34     _jspx_tagPool_html_errors = new org.apache.jasper.runtime.TagHandlerPool();
35   }
36
37   public java.util.List JavaDoc getIncludes() {
38     return _jspx_includes;
39   }
40
41   public void _jspDestroy() {
42     _jspx_tagPool_c_forEach_var_items.release();
43     _jspx_tagPool_c_out_value.release();
44     _jspx_tagPool_c_choose.release();
45     _jspx_tagPool_c_when_test.release();
46     _jspx_tagPool_c_otherwise.release();
47     _jspx_tagPool_html_form_enctype_action.release();
48     _jspx_tagPool_bean_message_key.release();
49     _jspx_tagPool_html_file_style_property.release();
50     _jspx_tagPool_html_text_style_property.release();
51     _jspx_tagPool_html_errors.release();
52   }
53
54   public void _jspService(HttpServletRequest request, HttpServletResponse response)
55         throws java.io.IOException JavaDoc, ServletException {
56
57     JspFactory _jspxFactory = null;
58     javax.servlet.jsp.PageContext JavaDoc pageContext = null;
59     HttpSession session = null;
60     ServletContext application = null;
61     ServletConfig config = null;
62     JspWriter out = null;
63     Object JavaDoc page = this;
64     JspWriter _jspx_out = null;
65
66
67     try {
68       _jspxFactory = JspFactory.getDefaultFactory();
69       response.setContentType("text/html;charset=ISO-8859-1");
70       pageContext = _jspxFactory.getPageContext(this, request, response,
71                 null, true, 8192, true);
72       application = pageContext.getServletContext();
73       config = pageContext.getServletConfig();
74       session = pageContext.getSession();
75       out = pageContext.getOut();
76       _jspx_out = out;
77
78       out.write("<!-- Standard Struts Entries -->\r\n\r\n");
79       out.write("\r\n");
80       out.write("\r\n");
81       out.write("\r\n");
82       out.write("\r\n");
83       out.write("\r\n\r\n");
84       out.write("<html>\r\n\r\n");
85       out.write("<!-- Standard Content -->\r\n\r\n");
86       out.write("<head>\r\n ");
87       out.write("<title>tree");
88       out.write("</title> \r\n ");
89       out.write("<link rel=\"stylesheet\" type=\"text/css\" HREF=\"styles/tree.css\">\r\n ");
90       out.write("<link rel=\"stylesheet\" type=\"text/css\" HREF=\"styles/global.css\">\r\n");
91       out.write("</head>\r\n\r\n");
92       out.write("<!-- Body -->\r\n\r\n");
93       out.write("<body bgcolor=\"white\">\r\n\r\n");
94       out.write("<!-- Tree Component -->\r\n");
95       out.write("<table cellpadding=\"2\" cellspacing=\"2\" width=\"100%\">\r\n\t");
96       out.write("<tr>\r\n\t\t");
97       out.write("<td valign=\"top\" class=\"text\">\r\n\t\t\t");
98       out.write("<img SRC=\"images/resource-tile.gif\" align=\"absmiddle\">\r\n\t\t\t");
99       out.write("<span class=\"title\">\r\n\t\t\t\t ressources\r\n\t\t\t");
100       out.write("</span>\r\n\t\t\t");
101       out.write("<br>");
102       out.write("<br>\r\n\t\t\t");
103       /* ---- c:forEach ---- */
104       org.apache.taglibs.standard.tag.el.core.ForEachTag _jspx_th_c_forEach_0 = (org.apache.taglibs.standard.tag.el.core.ForEachTag) _jspx_tagPool_c_forEach_var_items.get(org.apache.taglibs.standard.tag.el.core.ForEachTag.class);
105       _jspx_th_c_forEach_0.setPageContext(pageContext);
106       _jspx_th_c_forEach_0.setParent(null);
107       _jspx_th_c_forEach_0.setVar("res");
108       _jspx_th_c_forEach_0.setItems("${resources}");
109       try {
110         int _jspx_eval_c_forEach_0 = _jspx_th_c_forEach_0.doStartTag();
111         if (_jspx_eval_c_forEach_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
112           do {
113             out.write("\r\n\t\t\t\t");
114             out.write("<img align=\"absmiddle\" SRC=\"images/");
115             if (_jspx_meth_c_out_0(_jspx_th_c_forEach_0, pageContext))
116               return;
117             out.write("\">\r\n\t\t\t\t");
118             if (_jspx_meth_c_choose_0(_jspx_th_c_forEach_0, pageContext))
119               return;
120             out.write("\r\n\t\t\t");
121             int evalDoAfterBody = _jspx_th_c_forEach_0.doAfterBody();
122             if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
123               break;
124           } while (true);
125         }
126         if (_jspx_th_c_forEach_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
127           return;
128       } catch (Throwable JavaDoc _jspx_exception) {
129         _jspx_th_c_forEach_0.doCatch(_jspx_exception);
130       } finally {
131         _jspx_th_c_forEach_0.doFinally();
132         _jspx_tagPool_c_forEach_var_items.reuse(_jspx_th_c_forEach_0);
133       }
134       out.write("\r\n\t\t\t");
135       out.write("<br>\r\n\t\t\t");
136       if (_jspx_meth_html_form_0(pageContext))
137         return;
138       out.write("\r\n\t\t");
139       out.write("</td>\r\n\t");
140       out.write("</tr>\t\r\n");
141       out.write("</table> \r\n\r\n");
142       out.write("</body>\r\n\r\n");
143       out.write("<!-- Standard Footer -->\r\n\r\n");
144       out.write("</html>\r\n");
145     } catch (Throwable JavaDoc t) {
146       out = _jspx_out;
147       if (out != null && out.getBufferSize() != 0)
148         out.clearBuffer();
149       if (pageContext != null) pageContext.handlePageException(t);
150     } finally {
151       if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
152     }
153   }
154
155   private boolean _jspx_meth_c_out_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_c_forEach_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
156           throws Throwable JavaDoc {
157     JspWriter out = pageContext.getOut();
158     /* ---- c:out ---- */
159     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);
160     _jspx_th_c_out_0.setPageContext(pageContext);
161     _jspx_th_c_out_0.setParent(_jspx_th_c_forEach_0);
162     _jspx_th_c_out_0.setValue("${res.icon}");
163     int _jspx_eval_c_out_0 = _jspx_th_c_out_0.doStartTag();
164     if (_jspx_th_c_out_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
165       return true;
166     _jspx_tagPool_c_out_value.reuse(_jspx_th_c_out_0);
167     return false;
168   }
169
170   private boolean _jspx_meth_c_choose_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_c_forEach_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
171           throws Throwable JavaDoc {
172     JspWriter out = pageContext.getOut();
173     /* ---- c:choose ---- */
174     org.apache.taglibs.standard.tag.common.core.ChooseTag _jspx_th_c_choose_0 = (org.apache.taglibs.standard.tag.common.core.ChooseTag) _jspx_tagPool_c_choose.get(org.apache.taglibs.standard.tag.common.core.ChooseTag.class);
175     _jspx_th_c_choose_0.setPageContext(pageContext);
176     _jspx_th_c_choose_0.setParent(_jspx_th_c_forEach_0);
177     int _jspx_eval_c_choose_0 = _jspx_th_c_choose_0.doStartTag();
178     if (_jspx_eval_c_choose_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
179       do {
180         out.write("\r\n\t\t\t\t\t");
181         if (_jspx_meth_c_when_0(_jspx_th_c_choose_0, pageContext))
182           return true;
183         out.write("\r\n\t\t\t\t\t");
184         if (_jspx_meth_c_otherwise_0(_jspx_th_c_choose_0, pageContext))
185           return true;
186         out.write("\r\n\t\t\t\t");
187         int evalDoAfterBody = _jspx_th_c_choose_0.doAfterBody();
188         if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
189           break;
190       } while (true);
191     }
192     if (_jspx_th_c_choose_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
193       return true;
194     _jspx_tagPool_c_choose.reuse(_jspx_th_c_choose_0);
195     return false;
196   }
197
198   private boolean _jspx_meth_c_when_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_c_choose_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
199           throws Throwable JavaDoc {
200     JspWriter out = pageContext.getOut();
201     /* ---- c:when ---- */
202     org.apache.taglibs.standard.tag.el.core.WhenTag _jspx_th_c_when_0 = (org.apache.taglibs.standard.tag.el.core.WhenTag) _jspx_tagPool_c_when_test.get(org.apache.taglibs.standard.tag.el.core.WhenTag.class);
203     _jspx_th_c_when_0.setPageContext(pageContext);
204     _jspx_th_c_when_0.setParent(_jspx_th_c_choose_0);
205     _jspx_th_c_when_0.setTest("${selectedResources==res.id}");
206     int _jspx_eval_c_when_0 = _jspx_th_c_when_0.doStartTag();
207     if (_jspx_eval_c_when_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
208       do {
209         out.write("\r\n\t\t\t\t\t\t");
210         out.write("<a HREF=\"resourceManagement.x?select=");
211         if (_jspx_meth_c_out_1(_jspx_th_c_when_0, pageContext))
212           return true;
213         out.write("\" target=\"sub\" class=\"tree-text-selected\">");
214         if (_jspx_meth_c_out_2(_jspx_th_c_when_0, pageContext))
215           return true;
216         out.write("</a>");
217         out.write("<br>\r\n\t\t\t\t\t");
218         int evalDoAfterBody = _jspx_th_c_when_0.doAfterBody();
219         if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
220           break;
221       } while (true);
222     }
223     if (_jspx_th_c_when_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
224       return true;
225     _jspx_tagPool_c_when_test.reuse(_jspx_th_c_when_0);
226     return false;
227   }
228
229   private boolean _jspx_meth_c_out_1(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_c_when_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
230           throws Throwable JavaDoc {
231     JspWriter out = pageContext.getOut();
232     /* ---- c:out ---- */
233     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);
234     _jspx_th_c_out_1.setPageContext(pageContext);
235     _jspx_th_c_out_1.setParent(_jspx_th_c_when_0);
236     _jspx_th_c_out_1.setValue("${res.id}");
237     int _jspx_eval_c_out_1 = _jspx_th_c_out_1.doStartTag();
238     if (_jspx_th_c_out_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
239       return true;
240     _jspx_tagPool_c_out_value.reuse(_jspx_th_c_out_1);
241     return false;
242   }
243
244   private boolean _jspx_meth_c_out_2(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_c_when_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
245           throws Throwable JavaDoc {
246     JspWriter out = pageContext.getOut();
247     /* ---- c:out ---- */
248     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);
249     _jspx_th_c_out_2.setPageContext(pageContext);
250     _jspx_th_c_out_2.setParent(_jspx_th_c_when_0);
251     _jspx_th_c_out_2.setValue("${res.label}");
252     int _jspx_eval_c_out_2 = _jspx_th_c_out_2.doStartTag();
253     if (_jspx_th_c_out_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
254       return true;
255     _jspx_tagPool_c_out_value.reuse(_jspx_th_c_out_2);
256     return false;
257   }
258
259   private boolean _jspx_meth_c_otherwise_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_c_choose_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
260           throws Throwable JavaDoc {
261     JspWriter out = pageContext.getOut();
262     /* ---- c:otherwise ---- */
263     org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_otherwise_0 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _jspx_tagPool_c_otherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class);
264     _jspx_th_c_otherwise_0.setPageContext(pageContext);
265     _jspx_th_c_otherwise_0.setParent(_jspx_th_c_choose_0);
266     int _jspx_eval_c_otherwise_0 = _jspx_th_c_otherwise_0.doStartTag();
267     if (_jspx_eval_c_otherwise_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
268       do {
269         out.write("\r\n\t\t\t\t\t\t");
270         out.write("<a HREF=\"resourceManagement.x?select=");
271         if (_jspx_meth_c_out_3(_jspx_th_c_otherwise_0, pageContext))
272           return true;
273         out.write("\" target=\"sub\" class=\"tree-text\">");
274         if (_jspx_meth_c_out_4(_jspx_th_c_otherwise_0, pageContext))
275           return true;
276         out.write("</a>");
277         out.write("<br>\r\n\t\t\t\t\t");
278         int evalDoAfterBody = _jspx_th_c_otherwise_0.doAfterBody();
279         if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
280           break;
281       } while (true);
282     }
283     if (_jspx_th_c_otherwise_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
284       return true;
285     _jspx_tagPool_c_otherwise.reuse(_jspx_th_c_otherwise_0);
286     return false;
287   }
288
289   private boolean _jspx_meth_c_out_3(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_c_otherwise_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
290           throws Throwable JavaDoc {
291     JspWriter out = pageContext.getOut();
292     /* ---- c:out ---- */
293     org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_3 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
294     _jspx_th_c_out_3.setPageContext(pageContext);
295     _jspx_th_c_out_3.setParent(_jspx_th_c_otherwise_0);
296     _jspx_th_c_out_3.setValue("${res.id}");
297     int _jspx_eval_c_out_3 = _jspx_th_c_out_3.doStartTag();
298     if (_jspx_th_c_out_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
299       return true;
300     _jspx_tagPool_c_out_value.reuse(_jspx_th_c_out_3);
301     return false;
302   }
303
304   private boolean _jspx_meth_c_out_4(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_c_otherwise_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
305           throws Throwable JavaDoc {
306     JspWriter out = pageContext.getOut();
307     /* ---- c:out ---- */
308     org.apache.taglibs.standard.tag.el.core.OutTag _jspx_th_c_out_4 = (org.apache.taglibs.standard.tag.el.core.OutTag) _jspx_tagPool_c_out_value.get(org.apache.taglibs.standard.tag.el.core.OutTag.class);
309     _jspx_th_c_out_4.setPageContext(pageContext);
310     _jspx_th_c_out_4.setParent(_jspx_th_c_otherwise_0);
311     _jspx_th_c_out_4.setValue("${res.label}");
312     int _jspx_eval_c_out_4 = _jspx_th_c_out_4.doStartTag();
313     if (_jspx_th_c_out_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
314       return true;
315     _jspx_tagPool_c_out_value.reuse(_jspx_th_c_out_4);
316     return false;
317   }
318
319   private boolean _jspx_meth_html_form_0(javax.servlet.jsp.PageContext JavaDoc pageContext)
320           throws Throwable JavaDoc {
321     JspWriter out = pageContext.getOut();
322     /* ---- html:form ---- */
323     org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0 = (org.apache.struts.taglib.html.FormTag) _jspx_tagPool_html_form_enctype_action.get(org.apache.struts.taglib.html.FormTag.class);
324     _jspx_th_html_form_0.setPageContext(pageContext);
325     _jspx_th_html_form_0.setParent(null);
326     _jspx_th_html_form_0.setAction("uploadResource.x");
327     _jspx_th_html_form_0.setEnctype("multipart/form-data");
328     int _jspx_eval_html_form_0 = _jspx_th_html_form_0.doStartTag();
329     if (_jspx_eval_html_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
330       do {
331         out.write("\r\n\t\t\t\t");
332         out.write("<span class=\"title-list\">");
333         if (_jspx_meth_bean_message_0(_jspx_th_html_form_0, pageContext))
334           return true;
335         out.write(" :");
336         out.write("</span>\r\n\t\t\t\t");
337         out.write("<hr width=\"100%\" size=\"1\" noshade color=\"#949494\">\t\t\t\t\t\t\r\n\t\t\t\t");
338         out.write("<table>\r\n\t\t\t\t\t");
339         out.write("<tr>\r\n\t\t\t\t\t\t");
340         out.write("<td align=\"right\" class=\"text\">");
341         if (_jspx_meth_bean_message_1(_jspx_th_html_form_0, pageContext))
342           return true;
343         out.write(" : ");
344         out.write("</td>\r\n\t\t\t\t\t\t");
345         out.write("<td>");
346         if (_jspx_meth_html_file_0(_jspx_th_html_form_0, pageContext))
347           return true;
348         out.write("</td>\r\n\t\t\t\t\t");
349         out.write("</tr>\r\n\t\t\t\t\t");
350         out.write("<tr>\r\n\t\t\t\t\t\t");
351         out.write("<td align=\"right\" class=\"text\">");
352         if (_jspx_meth_bean_message_2(_jspx_th_html_form_0, pageContext))
353           return true;
354         out.write(" : ");
355         out.write("</td>\r\n\t\t\t\t\t\t");
356         out.write("<td>");
357         if (_jspx_meth_html_text_0(_jspx_th_html_form_0, pageContext))
358           return true;
359         out.write("</td>\r\n\t\t\t\t\t");
360         out.write("</tr>\r\n\t\t\t\t\t");
361         out.write("<tr>\r\n\t\t\t\t\t\t");
362         out.write("<td align=\"right\" class=\"text\">");
363         out.write("</td>\r\n\t\t\t\t\t\t");
364         out.write("<td>");
365         out.write("<input type=\"submit\" class=\"button\" value=\" envoyer \">");
366         out.write("</td>\r\n\t\t\t\t\t");
367         out.write("</tr>\r\n\t\t\t\t");
368         out.write("</table>\r\n\t\t\t\t");
369         out.write("<br>\r\n\t\t\t\t");
370         out.write("<center>\r\n\t\t\t\t\t");
371         out.write("<span class=\"error\">");
372         if (_jspx_meth_html_errors_0(_jspx_th_html_form_0, pageContext))
373           return true;
374         out.write("</span>\t\r\n\t\t\t\t");
375         out.write("</center>\r\n\t\t\t");
376         int evalDoAfterBody = _jspx_th_html_form_0.doAfterBody();
377         if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
378           break;
379       } while (true);
380     }
381     if (_jspx_th_html_form_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
382       return true;
383     _jspx_tagPool_html_form_enctype_action.reuse(_jspx_th_html_form_0);
384     return false;
385   }
386
387   private boolean _jspx_meth_bean_message_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
388           throws Throwable JavaDoc {
389     JspWriter out = pageContext.getOut();
390     /* ---- bean:message ---- */
391     org.apache.struts.taglib.bean.MessageTag _jspx_th_bean_message_0 = (org.apache.struts.taglib.bean.MessageTag) _jspx_tagPool_bean_message_key.get(org.apache.struts.taglib.bean.MessageTag.class);
392     _jspx_th_bean_message_0.setPageContext(pageContext);
393     _jspx_th_bean_message_0.setParent(_jspx_th_html_form_0);
394     _jspx_th_bean_message_0.setKey("resources.upload");
395     int _jspx_eval_bean_message_0 = _jspx_th_bean_message_0.doStartTag();
396     if (_jspx_th_bean_message_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
397       return true;
398     _jspx_tagPool_bean_message_key.reuse(_jspx_th_bean_message_0);
399     return false;
400   }
401
402   private boolean _jspx_meth_bean_message_1(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
403           throws Throwable JavaDoc {
404     JspWriter out = pageContext.getOut();
405     /* ---- bean:message ---- */
406     org.apache.struts.taglib.bean.MessageTag _jspx_th_bean_message_1 = (org.apache.struts.taglib.bean.MessageTag) _jspx_tagPool_bean_message_key.get(org.apache.struts.taglib.bean.MessageTag.class);
407     _jspx_th_bean_message_1.setPageContext(pageContext);
408     _jspx_th_bean_message_1.setParent(_jspx_th_html_form_0);
409     _jspx_th_bean_message_1.setKey("resources.file");
410     int _jspx_eval_bean_message_1 = _jspx_th_bean_message_1.doStartTag();
411     if (_jspx_th_bean_message_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
412       return true;
413     _jspx_tagPool_bean_message_key.reuse(_jspx_th_bean_message_1);
414     return false;
415   }
416
417   private boolean _jspx_meth_html_file_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
418           throws Throwable JavaDoc {
419     JspWriter out = pageContext.getOut();
420     /* ---- html:file ---- */
421     org.apache.struts.taglib.html.FileTag _jspx_th_html_file_0 = (org.apache.struts.taglib.html.FileTag) _jspx_tagPool_html_file_style_property.get(org.apache.struts.taglib.html.FileTag.class);
422     _jspx_th_html_file_0.setPageContext(pageContext);
423     _jspx_th_html_file_0.setParent(_jspx_th_html_form_0);
424     _jspx_th_html_file_0.setProperty("file");
425     _jspx_th_html_file_0.setStyle("width=180");
426     int _jspx_eval_html_file_0 = _jspx_th_html_file_0.doStartTag();
427     if (_jspx_th_html_file_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
428       return true;
429     _jspx_tagPool_html_file_style_property.reuse(_jspx_th_html_file_0);
430     return false;
431   }
432
433   private boolean _jspx_meth_bean_message_2(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
434           throws Throwable JavaDoc {
435     JspWriter out = pageContext.getOut();
436     /* ---- bean:message ---- */
437     org.apache.struts.taglib.bean.MessageTag _jspx_th_bean_message_2 = (org.apache.struts.taglib.bean.MessageTag) _jspx_tagPool_bean_message_key.get(org.apache.struts.taglib.bean.MessageTag.class);
438     _jspx_th_bean_message_2.setPageContext(pageContext);
439     _jspx_th_bean_message_2.setParent(_jspx_th_html_form_0);
440     _jspx_th_bean_message_2.setKey("resources.name");
441     int _jspx_eval_bean_message_2 = _jspx_th_bean_message_2.doStartTag();
442     if (_jspx_th_bean_message_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
443       return true;
444     _jspx_tagPool_bean_message_key.reuse(_jspx_th_bean_message_2);
445     return false;
446   }
447
448   private boolean _jspx_meth_html_text_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
449           throws Throwable JavaDoc {
450     JspWriter out = pageContext.getOut();
451     /* ---- html:text ---- */
452     org.apache.struts.taglib.html.TextTag _jspx_th_html_text_0 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_style_property.get(org.apache.struts.taglib.html.TextTag.class);
453     _jspx_th_html_text_0.setPageContext(pageContext);
454     _jspx_th_html_text_0.setParent(_jspx_th_html_form_0);
455     _jspx_th_html_text_0.setProperty("name");
456     _jspx_th_html_text_0.setStyle("width=180");
457     int _jspx_eval_html_text_0 = _jspx_th_html_text_0.doStartTag();
458     if (_jspx_th_html_text_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
459       return true;
460     _jspx_tagPool_html_text_style_property.reuse(_jspx_th_html_text_0);
461     return false;
462   }
463
464   private boolean _jspx_meth_html_errors_0(javax.servlet.jsp.tagext.Tag JavaDoc _jspx_th_html_form_0, javax.servlet.jsp.PageContext JavaDoc pageContext)
465           throws Throwable JavaDoc {
466     JspWriter out = pageContext.getOut();
467     /* ---- html:errors ---- */
468     org.apache.struts.taglib.html.ErrorsTag _jspx_th_html_errors_0 = (org.apache.struts.taglib.html.ErrorsTag) _jspx_tagPool_html_errors.get(org.apache.struts.taglib.html.ErrorsTag.class);
469     _jspx_th_html_errors_0.setPageContext(pageContext);
470     _jspx_th_html_errors_0.setParent(_jspx_th_html_form_0);
471     int _jspx_eval_html_errors_0 = _jspx_th_html_errors_0.doStartTag();
472     if (_jspx_th_html_errors_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
473       return true;
474     _jspx_tagPool_html_errors.reuse(_jspx_th_html_errors_0);
475     return false;
476   }
477 }
478
Popular Tags