Example #1
0
 private boolean _jspx_meth_form_005fpassword_005f0(
     javax.servlet.jsp.tagext.JspTag _jspx_th_form_005fform_005f0,
     PageContext _jspx_page_context,
     int[] _jspx_push_body_count_form_005fform_005f0)
     throws Throwable {
   PageContext pageContext = _jspx_page_context;
   JspWriter out = _jspx_page_context.getOut();
   //  form:password
   org.springframework.web.servlet.tags.form.PasswordInputTag _jspx_th_form_005fpassword_005f0 =
       (org.springframework.web.servlet.tags.form.PasswordInputTag)
           _005fjspx_005ftagPool_005fform_005fpassword_0026_005fpath_005fnobody.get(
               org.springframework.web.servlet.tags.form.PasswordInputTag.class);
   _jspx_th_form_005fpassword_005f0.setPageContext(_jspx_page_context);
   _jspx_th_form_005fpassword_005f0.setParent(
       (javax.servlet.jsp.tagext.Tag) _jspx_th_form_005fform_005f0);
   // /createUser.jsp(29,14) name = path type = null reqTime = true required = true fragment =
   // false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature =
   // null
   _jspx_th_form_005fpassword_005f0.setPath("password");
   int[] _jspx_push_body_count_form_005fpassword_005f0 = new int[] {0};
   try {
     int _jspx_eval_form_005fpassword_005f0 = _jspx_th_form_005fpassword_005f0.doStartTag();
     if (_jspx_th_form_005fpassword_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
       return true;
     }
   } catch (Throwable _jspx_exception) {
     while (_jspx_push_body_count_form_005fpassword_005f0[0]-- > 0)
       out = _jspx_page_context.popBody();
     _jspx_th_form_005fpassword_005f0.doCatch(_jspx_exception);
   } finally {
     _jspx_th_form_005fpassword_005f0.doFinally();
     _005fjspx_005ftagPool_005fform_005fpassword_0026_005fpath_005fnobody.reuse(
         _jspx_th_form_005fpassword_005f0);
   }
   return false;
 }
 private boolean _jspx_meth_form_005fpassword_005f0(
     javax.servlet.jsp.tagext.JspTag _jspx_th_form_005fform_005f0,
     javax.servlet.jsp.PageContext _jspx_page_context,
     int[] _jspx_push_body_count_form_005fform_005f0)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  form:password
   org.springframework.web.servlet.tags.form.PasswordInputTag _jspx_th_form_005fpassword_005f0 =
       (org.springframework.web.servlet.tags.form.PasswordInputTag)
           _005fjspx_005ftagPool_005fform_005fpassword_0026_005fplaceholder_005fpath_005fid_005fcssClass_005fnobody
               .get(org.springframework.web.servlet.tags.form.PasswordInputTag.class);
   _jspx_th_form_005fpassword_005f0.setPageContext(_jspx_page_context);
   _jspx_th_form_005fpassword_005f0.setParent(
       (javax.servlet.jsp.tagext.Tag) _jspx_th_form_005fform_005f0);
   // /jsp/common/login.jsp(94,9) name = path type = null reqTime = true required = true fragment =
   // false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature =
   // null
   _jspx_th_form_005fpassword_005f0.setPath("password");
   // /jsp/common/login.jsp(94,9) name = id type = null reqTime = true required = false fragment =
   // false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature =
   // null
   _jspx_th_form_005fpassword_005f0.setId("password");
   // /jsp/common/login.jsp(94,9) null
   _jspx_th_form_005fpassword_005f0.setDynamicAttribute(null, "placeholder", "Password");
   // /jsp/common/login.jsp(94,9) name = cssClass type = null reqTime = true required = false
   // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
   // methodSignature = null
   _jspx_th_form_005fpassword_005f0.setCssClass("login password-field");
   int[] _jspx_push_body_count_form_005fpassword_005f0 = new int[] {0};
   try {
     int _jspx_eval_form_005fpassword_005f0 = _jspx_th_form_005fpassword_005f0.doStartTag();
     if (_jspx_th_form_005fpassword_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
       return true;
     }
   } catch (java.lang.Throwable _jspx_exception) {
     while (_jspx_push_body_count_form_005fpassword_005f0[0]-- > 0)
       out = _jspx_page_context.popBody();
     _jspx_th_form_005fpassword_005f0.doCatch(_jspx_exception);
   } finally {
     _jspx_th_form_005fpassword_005f0.doFinally();
     _005fjspx_005ftagPool_005fform_005fpassword_0026_005fplaceholder_005fpath_005fid_005fcssClass_005fnobody
         .reuse(_jspx_th_form_005fpassword_005f0);
   }
   return false;
 }