List of usage examples for org.springframework.web.servlet.tags.form HiddenInputTag setPath
public void setPath(String path)
From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java
private boolean _jspx_meth_form_005fhidden_005f0(JspTag _jspx_th_form_005fform_005f0, PageContext _jspx_page_context, int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable { _jspx_page_context.getOut();// ww w . j a va 2 s. c o m HiddenInputTag _jspx_th_form_005fhidden_005f0 = (HiddenInputTag) this._005fjspx_005ftagPool_005fform_005fhidden_0026_005fpath_005fnobody .get(HiddenInputTag.class); try { _jspx_th_form_005fhidden_005f0.setPageContext(_jspx_page_context); _jspx_th_form_005fhidden_005f0.setParent((Tag) _jspx_th_form_005fform_005f0); _jspx_th_form_005fhidden_005f0.setPath("id"); int[] _jspx_push_body_count_form_005fhidden_005f0 = new int[1]; try { _jspx_th_form_005fhidden_005f0.doStartTag(); if (_jspx_th_form_005fhidden_005f0.doEndTag() == 5) { return true; } } catch (Throwable var15) { while (true) { int var10003 = _jspx_push_body_count_form_005fhidden_005f0[0]; int var10000 = _jspx_push_body_count_form_005fhidden_005f0[0]; _jspx_push_body_count_form_005fhidden_005f0[0] = var10003 - 1; if (var10000 <= 0) { _jspx_th_form_005fhidden_005f0.doCatch(var15); break; } _jspx_page_context.popBody(); } } finally { _jspx_th_form_005fhidden_005f0.doFinally(); } } finally { this._005fjspx_005ftagPool_005fform_005fhidden_0026_005fpath_005fnobody .reuse(_jspx_th_form_005fhidden_005f0); } return false; }
From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java
private boolean _jspx_meth_form_005fhidden_005f1(JspTag _jspx_th_form_005fform_005f0, PageContext _jspx_page_context, int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable { _jspx_page_context.getOut();/*from www .j a v a 2 s.c om*/ HiddenInputTag _jspx_th_form_005fhidden_005f1 = (HiddenInputTag) this._005fjspx_005ftagPool_005fform_005fhidden_0026_005fpath_005fnobody .get(HiddenInputTag.class); try { _jspx_th_form_005fhidden_005f1.setPageContext(_jspx_page_context); _jspx_th_form_005fhidden_005f1.setParent((Tag) _jspx_th_form_005fform_005f0); _jspx_th_form_005fhidden_005f1.setPath("isSync"); int[] _jspx_push_body_count_form_005fhidden_005f1 = new int[1]; try { _jspx_th_form_005fhidden_005f1.doStartTag(); if (_jspx_th_form_005fhidden_005f1.doEndTag() != 5) { return false; } } catch (Throwable var15) { while (true) { int var10003 = _jspx_push_body_count_form_005fhidden_005f1[0]; int var10000 = _jspx_push_body_count_form_005fhidden_005f1[0]; _jspx_push_body_count_form_005fhidden_005f1[0] = var10003 - 1; if (var10000 <= 0) { _jspx_th_form_005fhidden_005f1.doCatch(var15); return false; } _jspx_page_context.popBody(); } } finally { _jspx_th_form_005fhidden_005f1.doFinally(); } } finally { this._005fjspx_005ftagPool_005fform_005fhidden_0026_005fpath_005fnobody .reuse(_jspx_th_form_005fhidden_005f1); } return true; }