public int doEndTag() throws JspException {
    presentTag.setPageContext(pageContext);
    presentTag.setParent(this);
    presentTag.setName(PRESENT_TAG_NAME);
    presentTag.setScope(PRESENT_TAG_SCOPE);

    try {
      final int ptResult = presentTag.doStartTag();

      if (ptResult != SKIP_BODY) {
        forwardTag.setPageContext(pageContext);
        forwardTag.setParent(presentTag);
        forwardTag.setName(FORWARD_TAG_NAME);

        try {
          forwardTag.doStartTag();

          if (forwardTag.doEndTag() == SKIP_PAGE) {
            return SKIP_PAGE;
          }
        } finally {
          forwardTag.release();
        }
      }

      return presentTag.doEndTag();
    } finally {
      presentTag.release();
    }
  }
  public void _jspService(HttpServletRequest request, HttpServletResponse response)
      throws java.io.IOException, ServletException {

    PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;
    PageContext _jspx_page_context = null;

    try {
      response.setContentType("text/html");
      pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true);
      _jspx_page_context = pageContext;
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write(
          "\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n<table>\r\n\t<tr>\r\n\t\t<td class=\"leftMenuOption\">\r\n\t\t\t");
      //  html:link
      org.apache.struts.taglib.html.LinkTag _jspx_th_html_005flink_005f0 =
          (org.apache.struts.taglib.html.LinkTag)
              _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.get(
                  org.apache.struts.taglib.html.LinkTag.class);
      _jspx_th_html_005flink_005f0.setPageContext(_jspx_page_context);
      _jspx_th_html_005flink_005f0.setParent(null);
      // /user/viewReportsBar.jsp(29,3) name = styleClass type = null reqTime = true required =
      // false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
      // methodSignature = null
      _jspx_th_html_005flink_005f0.setStyleClass("leftMenu");
      // /user/viewReportsBar.jsp(29,3) name = page type = null reqTime = true required = false
      // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
      // methodSignature = null
      _jspx_th_html_005flink_005f0.setPage(
          "/reportTrigger.do?mode=customer&id=" + ReportDTOEx.REPORT_ORDER);
      int _jspx_eval_html_005flink_005f0 = _jspx_th_html_005flink_005f0.doStartTag();
      if (_jspx_eval_html_005flink_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        if (_jspx_eval_html_005flink_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
          out = _jspx_page_context.pushBody();
          _jspx_th_html_005flink_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
          _jspx_th_html_005flink_005f0.doInitBody();
        }
        do {
          out.write("\r\n\t\t\t\t");
          if (_jspx_meth_bean_005fmessage_005f0(_jspx_th_html_005flink_005f0, _jspx_page_context))
            return;
          out.write("\r\n\t\t\t");
          int evalDoAfterBody = _jspx_th_html_005flink_005f0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
        } while (true);
        if (_jspx_eval_html_005flink_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
          out = _jspx_page_context.popBody();
        }
      }
      if (_jspx_th_html_005flink_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
        _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.reuse(
            _jspx_th_html_005flink_005f0);
        return;
      }
      _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.reuse(
          _jspx_th_html_005flink_005f0);
      out.write("\r\n\t\t</td>\r\n\t</tr>\r\n\t\r\n\t");
      //  logic:notPresent
      org.apache.struts.taglib.logic.NotPresentTag _jspx_th_logic_005fnotPresent_005f0 =
          (org.apache.struts.taglib.logic.NotPresentTag)
              _005fjspx_005ftagPool_005flogic_005fnotPresent_0026_005fproperty_005fname.get(
                  org.apache.struts.taglib.logic.NotPresentTag.class);
      _jspx_th_logic_005fnotPresent_005f0.setPageContext(_jspx_page_context);
      _jspx_th_logic_005fnotPresent_005f0.setParent(null);
      // /user/viewReportsBar.jsp(35,1) name = name type = null reqTime = true required = false
      // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
      // methodSignature = null
      _jspx_th_logic_005fnotPresent_005f0.setName(Constants.SESSION_CUSTOMER_DTO);
      // /user/viewReportsBar.jsp(35,1) name = property type = null reqTime = true required = false
      // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
      // methodSignature = null
      _jspx_th_logic_005fnotPresent_005f0.setProperty(".parentId");
      int _jspx_eval_logic_005fnotPresent_005f0 = _jspx_th_logic_005fnotPresent_005f0.doStartTag();
      if (_jspx_eval_logic_005fnotPresent_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n\t<tr>\r\n\t\t<td class=\"leftMenuOption\">\r\n\t\t\t");
          //  html:link
          org.apache.struts.taglib.html.LinkTag _jspx_th_html_005flink_005f1 =
              (org.apache.struts.taglib.html.LinkTag)
                  _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.get(
                      org.apache.struts.taglib.html.LinkTag.class);
          _jspx_th_html_005flink_005f1.setPageContext(_jspx_page_context);
          _jspx_th_html_005flink_005f1.setParent(
              (javax.servlet.jsp.tagext.Tag) _jspx_th_logic_005fnotPresent_005f0);
          // /user/viewReportsBar.jsp(39,3) name = styleClass type = null reqTime = true required =
          // false fragment = false deferredValue = false expectedTypeName = null deferredMethod =
          // false methodSignature = null
          _jspx_th_html_005flink_005f1.setStyleClass("leftMenu");
          // /user/viewReportsBar.jsp(39,3) name = page type = null reqTime = true required = false
          // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
          // methodSignature = null
          _jspx_th_html_005flink_005f1.setPage(
              "/reportTrigger.do?mode=customer&id=" + ReportDTOEx.REPORT_INVOICE);
          int _jspx_eval_html_005flink_005f1 = _jspx_th_html_005flink_005f1.doStartTag();
          if (_jspx_eval_html_005flink_005f1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_html_005flink_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_html_005flink_005f1.setBodyContent(
                  (javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_html_005flink_005f1.doInitBody();
            }
            do {
              out.write("\r\n\t\t\t\t");
              if (_jspx_meth_bean_005fmessage_005f1(
                  _jspx_th_html_005flink_005f1, _jspx_page_context)) return;
              out.write("\r\n\t\t\t");
              int evalDoAfterBody = _jspx_th_html_005flink_005f1.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
            } while (true);
            if (_jspx_eval_html_005flink_005f1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.popBody();
            }
          }
          if (_jspx_th_html_005flink_005f1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.reuse(
                _jspx_th_html_005flink_005f1);
            return;
          }
          _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.reuse(
              _jspx_th_html_005flink_005f1);
          out.write(
              "\r\n\t\t</td>\r\n\t</tr>\r\n\t<tr>\r\n\t\t<td class=\"leftMenuOption\">\r\n\t\t\t");
          //  html:link
          org.apache.struts.taglib.html.LinkTag _jspx_th_html_005flink_005f2 =
              (org.apache.struts.taglib.html.LinkTag)
                  _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.get(
                      org.apache.struts.taglib.html.LinkTag.class);
          _jspx_th_html_005flink_005f2.setPageContext(_jspx_page_context);
          _jspx_th_html_005flink_005f2.setParent(
              (javax.servlet.jsp.tagext.Tag) _jspx_th_logic_005fnotPresent_005f0);
          // /user/viewReportsBar.jsp(46,3) name = styleClass type = null reqTime = true required =
          // false fragment = false deferredValue = false expectedTypeName = null deferredMethod =
          // false methodSignature = null
          _jspx_th_html_005flink_005f2.setStyleClass("leftMenu");
          // /user/viewReportsBar.jsp(46,3) name = page type = null reqTime = true required = false
          // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
          // methodSignature = null
          _jspx_th_html_005flink_005f2.setPage(
              "/reportTrigger.do?mode=customer&id=" + ReportDTOEx.REPORT_PAYMENT);
          int _jspx_eval_html_005flink_005f2 = _jspx_th_html_005flink_005f2.doStartTag();
          if (_jspx_eval_html_005flink_005f2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_html_005flink_005f2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_html_005flink_005f2.setBodyContent(
                  (javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_html_005flink_005f2.doInitBody();
            }
            do {
              out.write("\r\n\t\t\t\t");
              if (_jspx_meth_bean_005fmessage_005f2(
                  _jspx_th_html_005flink_005f2, _jspx_page_context)) return;
              out.write("\r\n\t\t\t");
              int evalDoAfterBody = _jspx_th_html_005flink_005f2.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
            } while (true);
            if (_jspx_eval_html_005flink_005f2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.popBody();
            }
          }
          if (_jspx_th_html_005flink_005f2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.reuse(
                _jspx_th_html_005flink_005f2);
            return;
          }
          _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.reuse(
              _jspx_th_html_005flink_005f2);
          out.write(
              "\r\n\t\t</td>\r\n\t</tr>\r\n\t<tr>\r\n\t\t<td class=\"leftMenuOption\">\r\n\t\t\t");
          //  html:link
          org.apache.struts.taglib.html.LinkTag _jspx_th_html_005flink_005f3 =
              (org.apache.struts.taglib.html.LinkTag)
                  _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.get(
                      org.apache.struts.taglib.html.LinkTag.class);
          _jspx_th_html_005flink_005f3.setPageContext(_jspx_page_context);
          _jspx_th_html_005flink_005f3.setParent(
              (javax.servlet.jsp.tagext.Tag) _jspx_th_logic_005fnotPresent_005f0);
          // /user/viewReportsBar.jsp(53,3) name = styleClass type = null reqTime = true required =
          // false fragment = false deferredValue = false expectedTypeName = null deferredMethod =
          // false methodSignature = null
          _jspx_th_html_005flink_005f3.setStyleClass("leftMenu");
          // /user/viewReportsBar.jsp(53,3) name = page type = null reqTime = true required = false
          // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
          // methodSignature = null
          _jspx_th_html_005flink_005f3.setPage(
              "/reportTrigger.do?mode=customer&id=" + ReportDTOEx.REPORT_REFUND);
          int _jspx_eval_html_005flink_005f3 = _jspx_th_html_005flink_005f3.doStartTag();
          if (_jspx_eval_html_005flink_005f3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_html_005flink_005f3 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_html_005flink_005f3.setBodyContent(
                  (javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_html_005flink_005f3.doInitBody();
            }
            do {
              out.write("\r\n\t\t\t\t");
              if (_jspx_meth_bean_005fmessage_005f3(
                  _jspx_th_html_005flink_005f3, _jspx_page_context)) return;
              out.write("\r\n\t\t\t");
              int evalDoAfterBody = _jspx_th_html_005flink_005f3.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
            } while (true);
            if (_jspx_eval_html_005flink_005f3 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.popBody();
            }
          }
          if (_jspx_th_html_005flink_005f3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.reuse(
                _jspx_th_html_005flink_005f3);
            return;
          }
          _005fjspx_005ftagPool_005fhtml_005flink_0026_005fstyleClass_005fpage.reuse(
              _jspx_th_html_005flink_005f3);
          out.write(
              "\r\n\t\t</td>\r\n\t</tr>\r\n\t<tr>\r\n\t\t<td class=\"leftMenuOption\">\r\n\t\t\t");
          if (_jspx_meth_html_005flink_005f4(
              _jspx_th_logic_005fnotPresent_005f0, _jspx_page_context)) return;
          out.write("\r\n\t\t</td>\r\n\t</tr>\r\n\t");
          int evalDoAfterBody = _jspx_th_logic_005fnotPresent_005f0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
        } while (true);
      }
      if (_jspx_th_logic_005fnotPresent_005f0.doEndTag()
          == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
        _005fjspx_005ftagPool_005flogic_005fnotPresent_0026_005fproperty_005fname.reuse(
            _jspx_th_logic_005fnotPresent_005f0);
        return;
      }
      _005fjspx_005ftagPool_005flogic_005fnotPresent_0026_005fproperty_005fname.reuse(
          _jspx_th_logic_005fnotPresent_005f0);
      out.write("\r\n\t\r\n\t");
      out.write('\r');
      out.write('\n');
      out.write('	');
      //  logic:present
      org.apache.struts.taglib.logic.PresentTag _jspx_th_logic_005fpresent_005f0 =
          (org.apache.struts.taglib.logic.PresentTag)
              _005fjspx_005ftagPool_005flogic_005fpresent_0026_005fproperty_005fname.get(
                  org.apache.struts.taglib.logic.PresentTag.class);
      _jspx_th_logic_005fpresent_005f0.setPageContext(_jspx_page_context);
      _jspx_th_logic_005fpresent_005f0.setParent(null);
      // /user/viewReportsBar.jsp(68,1) name = name type = null reqTime = true required = false
      // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
      // methodSignature = null
      _jspx_th_logic_005fpresent_005f0.setName(Constants.SESSION_CUSTOMER_DTO);
      // /user/viewReportsBar.jsp(68,1) name = property type = null reqTime = true required = false
      // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
      // methodSignature = null
      _jspx_th_logic_005fpresent_005f0.setProperty("customer.isParent");
      int _jspx_eval_logic_005fpresent_005f0 = _jspx_th_logic_005fpresent_005f0.doStartTag();
      if (_jspx_eval_logic_005fpresent_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n\t\t");
          //  logic:equal
          org.apache.struts.taglib.logic.EqualTag _jspx_th_logic_005fequal_005f0 =
              (org.apache.struts.taglib.logic.EqualTag)
                  _005fjspx_005ftagPool_005flogic_005fequal_0026_005fvalue_005fproperty_005fname
                      .get(org.apache.struts.taglib.logic.EqualTag.class);
          _jspx_th_logic_005fequal_005f0.setPageContext(_jspx_page_context);
          _jspx_th_logic_005fequal_005f0.setParent(
              (javax.servlet.jsp.tagext.Tag) _jspx_th_logic_005fpresent_005f0);
          // /user/viewReportsBar.jsp(69,2) name = name type = null reqTime = true required = false
          // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
          // methodSignature = null
          _jspx_th_logic_005fequal_005f0.setName(Constants.SESSION_CUSTOMER_DTO);
          // /user/viewReportsBar.jsp(69,2) name = property type = null reqTime = true required =
          // false fragment = false deferredValue = false expectedTypeName = null deferredMethod =
          // false methodSignature = null
          _jspx_th_logic_005fequal_005f0.setProperty("customer.isParent");
          // /user/viewReportsBar.jsp(69,2) name = value type = null reqTime = true required = true
          // fragment = false deferredValue = false expectedTypeName = null deferredMethod = false
          // methodSignature = null
          _jspx_th_logic_005fequal_005f0.setValue("1");
          int _jspx_eval_logic_005fequal_005f0 = _jspx_th_logic_005fequal_005f0.doStartTag();
          if (_jspx_eval_logic_005fequal_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n\t\t<td class=\"leftMenuOption\">\r\n\t\t\t");
              if (_jspx_meth_html_005flink_005f5(
                  _jspx_th_logic_005fequal_005f0, _jspx_page_context)) return;
              out.write("\r\n\t\t</td>\r\n\t\t");
              int evalDoAfterBody = _jspx_th_logic_005fequal_005f0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
            } while (true);
          }
          if (_jspx_th_logic_005fequal_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
            _005fjspx_005ftagPool_005flogic_005fequal_0026_005fvalue_005fproperty_005fname.reuse(
                _jspx_th_logic_005fequal_005f0);
            return;
          }
          _005fjspx_005ftagPool_005flogic_005fequal_0026_005fvalue_005fproperty_005fname.reuse(
              _jspx_th_logic_005fequal_005f0);
          out.write('\r');
          out.write('\n');
          out.write('	');
          int evalDoAfterBody = _jspx_th_logic_005fpresent_005f0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
        } while (true);
      }
      if (_jspx_th_logic_005fpresent_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
        _005fjspx_005ftagPool_005flogic_005fpresent_0026_005fproperty_005fname.reuse(
            _jspx_th_logic_005fpresent_005f0);
        return;
      }
      _005fjspx_005ftagPool_005flogic_005fpresent_0026_005fproperty_005fname.reuse(
          _jspx_th_logic_005fpresent_005f0);
      out.write("\r\n</table>\r\n");
    } catch (Throwable t) {
      if (!(t instanceof SkipPageException)) {
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          try {
            out.clearBuffer();
          } catch (java.io.IOException e) {
          }
        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
      }
    } finally {
      _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }