private boolean _jspx_meth_stripes_005fform_005f0(
     javax.servlet.jsp.tagext.JspTag _jspx_th_stripes_005flayout_002dcomponent_005f0,
     javax.servlet.jsp.PageContext _jspx_page_context)
     throws java.lang.Throwable {
   javax.servlet.jsp.PageContext pageContext = _jspx_page_context;
   javax.servlet.jsp.JspWriter out = _jspx_page_context.getOut();
   //  stripes:form
   net.sourceforge.stripes.tag.FormTag _jspx_th_stripes_005fform_005f0 =
       (net.sourceforge.stripes.tag.FormTag)
           _005fjspx_005ftagPool_005fstripes_005fform_0026_005fname_005fid_005faction.get(
               net.sourceforge.stripes.tag.FormTag.class);
   _jspx_th_stripes_005fform_005f0.setPageContext(_jspx_page_context);
   _jspx_th_stripes_005fform_005f0.setParent(
       (javax.servlet.jsp.tagext.Tag) _jspx_th_stripes_005flayout_002dcomponent_005f0);
   // /jsp/home.jsp(7,2) name = name type = null reqTime = true required = false fragment = false
   // deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
   _jspx_th_stripes_005fform_005f0.setName("frmDashboard");
   // /jsp/home.jsp(7,2) name = id type = null reqTime = true required = false fragment = false
   // deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
   _jspx_th_stripes_005fform_005f0.setId("frmDashboard");
   // /jsp/home.jsp(7,2) name = action type = null reqTime = true required = false fragment = false
   // deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
   _jspx_th_stripes_005fform_005f0.setAction("/action/Main");
   int[] _jspx_push_body_count_stripes_005fform_005f0 = new int[] {0};
   try {
     int _jspx_eval_stripes_005fform_005f0 = _jspx_th_stripes_005fform_005f0.doStartTag();
     if (_jspx_eval_stripes_005fform_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
       if (_jspx_eval_stripes_005fform_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
         out = _jspx_page_context.pushBody();
         _jspx_push_body_count_stripes_005fform_005f0[0]++;
         _jspx_th_stripes_005fform_005f0.setBodyContent(
             (javax.servlet.jsp.tagext.BodyContent) out);
         _jspx_th_stripes_005fform_005f0.doInitBody();
       }
       do {
         out.write("\t\t\t\t\t\t\r\n");
         out.write("\t\t\t<div>\r\n");
         out.write("\t\t\t\t<fieldset style=\"padding-bottom: 30px;\">\r\n");
         out.write("\t\t\t\t\t<legend> <h4>Home</h4> </legend>\t\t\t\t\t\t\t\t\t\t\r\n");
         out.write("\t\t\t\t\t<table>\r\n");
         out.write("\t\t\t\t\t\t<tr>\r\n");
         out.write("\t\t\t\t\t\t\t<td width=\"500\">\r\n");
         out.write(
             "\t\t\t\t\t\t\t\t<h2>Template Project | Spring-Stripes-Activiti-Ibatis</h2>\r\n");
         out.write("\t\t\t\t\t\t\t</td>\t\t\t\t\t\t\t\r\n");
         out.write("\t\t\t\t\t\t</tr>\r\n");
         out.write("\t\t\t\t\t</table>\r\n");
         out.write("\t\t\t\t</fieldset>\r\n");
         out.write("\t\t\t</div>\r\n");
         out.write("\t\t");
         int evalDoAfterBody = _jspx_th_stripes_005fform_005f0.doAfterBody();
         if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
       } while (true);
       if (_jspx_eval_stripes_005fform_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
         out = _jspx_page_context.popBody();
         _jspx_push_body_count_stripes_005fform_005f0[0]--;
       }
     }
     if (_jspx_th_stripes_005fform_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
       return true;
     }
   } catch (java.lang.Throwable _jspx_exception) {
     while (_jspx_push_body_count_stripes_005fform_005f0[0]-- > 0)
       out = _jspx_page_context.popBody();
     _jspx_th_stripes_005fform_005f0.doCatch(_jspx_exception);
   } finally {
     _jspx_th_stripes_005fform_005f0.doFinally();
     _005fjspx_005ftagPool_005fstripes_005fform_0026_005fname_005fid_005faction.reuse(
         _jspx_th_stripes_005fform_005f0);
   }
   return false;
 }