Example usage for javax.servlet.jsp JspWriter write

List of usage examples for javax.servlet.jsp JspWriter write

Introduction

In this page you can find the example usage for javax.servlet.jsp JspWriter write.

Prototype

public void write(int c) throws IOException 

Source Link

Document

Writes a single character.

Usage

From source file:org.apache.jsp.view.doclist_jsp.java

public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    PageContext pageContext = null;// w w w .j a  va2 s.c o m
    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; charset=UTF-8");
        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');
        out.write('\n');
        out.write("\r\n");
        out.write("\r\n");
        out.write("\r\n");
        out.write("\r\n");

        String contextPath = (String) request.getContextPath();
        pageContext.setAttribute("contextPath", contextPath);

        out.write("\r\n");
        out.write("\r\n");
        out.write(" ");
        out.write("\r\n");
        out.write(
                "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n");
        out.write("\r\n");
        out.write("<html> \r\n");
        out.write("<head> \r\n");
        out.write("    <title>Bounty Questions - Stack Overflow</title> \r\n");
        out.write(
                "    <script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js\"></script>\r\n");
        out.write(
                "    <script type=\"text/javascript\" src=\"http://cdn.sstatic.net/js/stub.js?v=c014461b9109\"></script>\r\n");
        out.write("    <link rel=\"stylesheet\" type=\"text/css\" href=\"");
        out.print(contextPath);
        out.write("/css/all.css\">\r\n");

        String sort = (String) request.getAttribute("sort");
        if (StringUtils.isEmpty(sort)) {
            sort = "newest";
        }

        out.write("\r\n");
        out.write("</head>\r\n");
        out.write("<body class=\"questions-page\">\r\n");
        out.write("    <noscript><div id=\"noscript-padding\"></div></noscript>\r\n");
        out.write("    <div id=\"notify-container\"></div>\r\n");
        out.write("    <div id=\"overlay-header\"></div>\r\n");
        out.write("    <div id=\"custom-header\"></div>\r\n");
        out.write("\r\n");
        out.write("    <div class=\"container\">\r\n");
        out.write("        ");
        out.write("\r\n");
        out.write("\t\r\n");
        out.write("\t\r\n");
        out.write("\t\t<div id=\"header\">\r\n");
        out.write("            <div id=\"topbar\">  \r\n");
        out.write("            </div>  \r\n");
        out.write("            <div id=\"hmenus\">\r\n");
        out.write("                <div class=\"nav mainnavs\">\r\n");
        out.write("                    <ul>\r\n");
        out.write("                        <li class=\"youarehere\"><a id=\"nav-questions\" href=\"");
        out.print(contextPath);
        out.write("/s/doc\"></a></li>\r\n");
        out.write("                        <li><a id=\"nav-tags\" href=\"/tags\">Tags</a></li>\r\n");
        out.write("                        <li><a id=\"nav-users\" href=\"/users\">Users</a></li>\r\n");
        out.write("                        <li><a id=\"nav-badges\" href=\"/badges\">Badges</a></li>\r\n");
        out.write(
                "                        <li><a id=\"nav-unanswered\" href=\"/unanswered\">Unanswered</a></li>\r\n");
        out.write("                    </ul>\r\n");
        out.write("                </div>\r\n");
        out.write("                \r\n");
        out.write("            </div>\r\n");
        out.write("        </div>");
        out.write("\r\n");
        out.write("\r\n");
        out.write("        <div id=\"content\">\r\n");
        out.write("            \r\n");
        out.write("            <div id=\"mainbar\">    \r\n");
        out.write("\t\t\t\t<div class=\"subheader\">\r\n");
        out.write("\t\t\t\t\t<div id=\"tabs\">\r\n");
        out.write("<a ");
        out.print("newest".equals(sort) ? "class=\"youarehere\"" : "");
        out.write(
                "  href=\"/questions?sort=newest\" title=\"the most recently asked questions\"></a>\r\n");
        out.write("<a ");
        out.print("featured".equals(sort) ? "class=\"youarehere\"" : "");
        out.write(" href=\"/questions?sort=featured\" title=\"questions with open bounties\"></a>\r\n");
        out.write("<a ");
        out.print("unanswered".equals(sort) ? "class=\"youarehere\"" : "");
        out.write(" href=\"/questions?sort=faq\" title=\"questions with the most links\"></a>\r\n");
        out.write("<a ");
        out.print("votes".equals(sort) ? "class=\"youarehere\"" : "");
        out.write(" href=\"/questions?sort=votes\" title=\"questions with the most votes\">?</a>\r\n");
        out.write("<a ");
        out.print("active".equals(sort) ? "class=\"youarehere\"" : "");
        out.write(
                " href=\"/questions?sort=active\" title=\"questions that have recent activity\">active</a>\r\n");
        out.write("<a ");
        out.print("question".equals(sort) ? "class=\"youarehere\"" : "");
        out.write(" href=\"");
        out.print(contextPath);
        out.write("/view/ask.jsp\" title=\"??\">??</a>\r\n");
        out.write("\t\t\t\t\t</div>  \r\n");
        out.write("\t\t\t\t\t<h1 id=\"h-all-questions\"></h1> \r\n");
        out.write("\t\t\t\t\t\r\n");
        out.write("\t\t\t\t</div>   \r\n");
        out.write("\t\t\t\t\r\n");
        out.write("\t\t\t\t<div id=\"questions\">\r\n");
        //  c:forEach
        org.apache.taglibs.standard.tag.rt.core.ForEachTag _jspx_th_c_005fforEach_005f0 = (org.apache.taglibs.standard.tag.rt.core.ForEachTag) _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
                .get(org.apache.taglibs.standard.tag.rt.core.ForEachTag.class);
        _jspx_th_c_005fforEach_005f0.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f0.setParent(null);
        // /view/doclist.jsp(46,0) name = items type = javax.el.ValueExpression reqTime = true required = false fragment = false deferredValue = true expectedTypeName = java.lang.Object deferredMethod = false methodSignature = null
        _jspx_th_c_005fforEach_005f0
                .setItems(new org.apache.jasper.el.JspValueExpression("/view/doclist.jsp(46,0) '${doclist}'",
                        _el_expressionfactory.createValueExpression(_jspx_page_context.getELContext(),
                                "${doclist}", java.lang.Object.class))
                                        .getValue(_jspx_page_context.getELContext()));
        // /view/doclist.jsp(46,0) name = var type = java.lang.String reqTime = false required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
        _jspx_th_c_005fforEach_005f0.setVar("doc");
        int[] _jspx_push_body_count_c_005fforEach_005f0 = new int[] { 0 };
        try {
            int _jspx_eval_c_005fforEach_005f0 = _jspx_th_c_005fforEach_005f0.doStartTag();
            if (_jspx_eval_c_005fforEach_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                do {
                    out.write("\r\n");
                    out.write("\r\n");
                    out.write("\t\t\t\t\t<div class=\"question-summary\" id=\"question-summary-");
                    out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                            "${doc.docid}", java.lang.String.class, (PageContext) _jspx_page_context, null,
                            false));
                    out.write("\">\r\n");
                    out.write("\t\t\t\t\t\t<div class=\"statscontainer\">\r\n");
                    out.write("\t\t\t\t\t\t\t<div class=\"statsarrow\"></div>\r\n");
                    out.write("\t\t\t\t\t\t\t<div class=\"stats\">\r\n");
                    out.write("\t\t\t\t\t\t\t\t<div class=\"vote\">\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t<div class=\"votes\">\r\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t\t<span class=\"vote-count-post\"><strong>6</strong></span>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<div class=\"viewcount\">votes</div>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t</div>\r\n");
                    out.write("\t\t\t\t\t\t\t\t</div>\r\n");
                    out.write("\t\t\t\t\t\t\t\t<div class=\"status answered\">\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t<strong>3</strong>answers\r\n");
                    out.write("\t\t\t\t\t\t\t\t</div>\r\n");
                    out.write("\t\t\t\t\t\t\t\t<div class=\"views\" title=\"188 views\">188 views</div>\r\n");
                    out.write("\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\r\n");
                    out.write("\t\t\t\t\t\t</div>\r\n");
                    out.write("\t\t\t\t\t\t<div class=\"summary\">        \r\n");
                    out.write("\t\t\t\t\t\t\t<h3><a href=\"");
                    out.print(contextPath);
                    out.write("/s/doc/id/");
                    out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                            "${doc.docid}", java.lang.String.class, (PageContext) _jspx_page_context, null,
                            false));
                    out.write("\" class=\"question-hyperlink\">");
                    out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                            "${doc.title}", java.lang.String.class, (PageContext) _jspx_page_context, null,
                            false));
                    out.write("</a></h3>\r\n");
                    out.write("\t\t\t\t\t\t\t<div class=\"excerpt\">\r\n");
                    out.write("\t\t\t\t\t\t\t\t");
                    out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                            "${doc.content}", java.lang.String.class, (PageContext) _jspx_page_context, null,
                            false));
                    out.write("\t \r\n");
                    out.write("\t\t\t\t\t\t\t</div>\r\n");
                    out.write("\t\t\t\t\t\t\t<div class=\"tags t-android t-webview t-textview\">\r\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t<a href=\"/questions/tagged/android\" class=\"post-tag\" title=\"show questions tagged 'android'\" rel=\"tag\">\r\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t<img src=\"http://cdn.sstatic.net/img/hosted/tKsDb.png\" height=\"16\" width=\"18\" alt=\"\" class=\"sponsor-tag-img\">android</a> \r\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t<a href=\"/questions/tagged/webview\" class=\"post-tag\" title=\"show questions tagged 'webview'\" rel=\"tag\">webview</a> \r\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t<a href=\"/questions/tagged/textview\" class=\"post-tag\" title=\"show questions tagged 'textview'\" rel=\"tag\">textview</a> \r\n");
                    out.write("\r\n");
                    out.write("\t\t\t\t\t\t\t</div>\r\n");
                    out.write("\t\t\t\t\t\t\t<div class=\"started fr\">\r\n");
                    out.write("\t\t\t\t\t\t\t\t<div class=\"user-info\"> \r\n");
                    out.write("\t\t\t\t\t\t\t\t\t<div class=\"user-gravatar32\">\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<a href=\"/users/565319/richard\">\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t<div class=\"\"><img src=\"");
                    out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                            "${pageScope.contextPath}", java.lang.String.class,
                            (PageContext) _jspx_page_context, null, false));
                    out.write('/');
                    out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                            "${doc.creater.imageurl}", java.lang.String.class, (PageContext) _jspx_page_context,
                            null, false));
                    out.write("\" alt=\"\" width=\"32\" height=\"32\"></div>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t</a>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t</div>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t<div class=\"user-details\">\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<a href=\"/users/");
                    out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                            "${doc.creater.userid}", java.lang.String.class, (PageContext) _jspx_page_context,
                            null, false));
                    out.write('"');
                    out.write('>');
                    out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                            "${doc.creater.username}", java.lang.String.class, (PageContext) _jspx_page_context,
                            null, false));
                    out.write("</a><br>\r\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t\t\t<span class=\"reputation-score\" title=\"reputation score\" dir=\"ltr\">296</span>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t<span title=\"1 silver badge\">\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"badge2\"></span>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"badgecount\">1</span>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t</span>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t<span title=\"13 bronze badges\">\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"badge3\"></span>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"badgecount\">13</span>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t</span>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t</div>\r\n");
                    out.write("\t\t\t\t\t\t\t\t\t</div>\r\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t<div class=\"user-action-time\">asked <span title=\"\" class=\"relativetime\">");
                    out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                            "${doc.createdate}", java.lang.String.class, (PageContext) _jspx_page_context, null,
                            false));
                    out.write("</span></div>\r\n");
                    out.write("\t\t\t\t\t\t\t</div>  \r\n");
                    out.write("\t\t\t\t\t\t</div>\r\n");
                    out.write("\t\t\t\t\t</div>\r\n");
                    int evalDoAfterBody = _jspx_th_c_005fforEach_005f0.doAfterBody();
                    if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                        break;
                } while (true);
            }
            if (_jspx_th_c_005fforEach_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
                return;
            }
        } catch (Throwable _jspx_exception) {
            while (_jspx_push_body_count_c_005fforEach_005f0[0]-- > 0)
                out = _jspx_page_context.popBody();
            _jspx_th_c_005fforEach_005f0.doCatch(_jspx_exception);
        } finally {
            _jspx_th_c_005fforEach_005f0.doFinally();
            _005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems.reuse(_jspx_th_c_005fforEach_005f0);
        }
        out.write("\r\n");
        out.write("\t\t\t\t</div>\r\n");
        out.write("\t\t\t\t<br class=\"cbt\">\r\n");
        out.write("\t\t\t\t<div class=\"page-sizer fr\">\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions?sort=featured&amp;pagesize=15\" title=\"show 15 items per page\" class=\"current page-numbers\">15</a>\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions?sort=featured&amp;pagesize=30\" title=\"show 30 items per page\" class=\"page-numbers\">30</a>\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions?sort=featured&amp;pagesize=50\" title=\"show 50 items per page\" class=\"page-numbers\">50</a>\r\n");
        out.write("\t\t\t\t\t<span class=\"page-numbers desc\">per page</span>\r\n");
        out.write("\t\t\t\t</div>\r\n");
        out.write("\t\t\t\t<div class=\"pager fl\" >\r\n");
        out.write("\t\t\t\t\t<span class=\"page-numbers current\">1</span>\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions?page=2&amp;sort=featured\" title=\"go to page 2\"><span class=\"page-numbers\">2</span></a>\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions?page=3&amp;sort=featured\" title=\"go to page 3\"><span class=\"page-numbers\">3</span></a>\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions?page=4&amp;sort=featured\" title=\"go to page 4\"><span class=\"page-numbers\">4</span></a>\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions?page=5&amp;sort=featured\" title=\"go to page 5\"><span class=\"page-numbers\">5</span></a>\r\n");
        out.write("\t\t\t\t\t<span class=\"page-numbers dots\">&hellip;</span>\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions?page=21&amp;sort=featured\" title=\"go to page 21\"><span class=\"page-numbers\">21</span></a>\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions?page=2&amp;sort=featured\" title=\"go to page 2\" rel=\"next\"><span class=\"page-numbers next\"> next</span></a>\r\n");
        out.write("\t\t\t\t</div>\r\n");
        out.write("\r\n");
        out.write("\t\t\t</div>\r\n");
        out.write("\t\t\t\r\n");
        out.write("\t\t\t\r\n");
        out.write("\t\t\t<div id=\"sidebar\">\r\n");
        out.write("\t\t\t\t<div class=\"module\" id=\"questions-count\">\r\n");
        out.write("\t\t\t\t\t<div class=\"summarycount al\">305</div>\r\n");
        out.write("\t\t\t\t\t<p>questions</p>\r\n");
        out.write("\t\t\t\t</div>   \r\n");
        out.write("\t\t\t\t<div class=\"everyonelovesstackoverflow\" id=\"adzerk2\">\r\n");
        out.write("\t\t\t\t</div> \r\n");
        out.write("\r\n");
        out.write("\t\t\t\t<div class=\"module\" id=\"related-tags\">\r\n");
        out.write("\t\t\t\t\t<h4 id=\"h-related-tags\">Related Tags</h4>\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions/tagged/android\" class=\"post-tag\" title=\"show questions tagged 'android'\" rel=\"tag\"><img src=\"http://cdn.sstatic.net/img/hosted/tKsDb.png\" height=\"16\" width=\"18\" alt=\"\" class=\"sponsor-tag-img\">android</a><span class=\"item-multiplier\"><span class=\"item-multiplier-x\">&times;</span>&nbsp;<span class=\"item-multiplier-count\">42</span></span>            <br>\r\n");
        out.write("\t\t\t\t\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions/tagged/c%23\" class=\"post-tag\" title=\"show questions tagged 'c#'\" rel=\"tag\">c#</a><span class=\"item-multiplier\"><span class=\"item-multiplier-x\">&times;</span>&nbsp;<span class=\"item-multiplier-count\">27</span></span>            <br>\r\n");
        out.write("\t\t\t\t\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions/tagged/javascript\" class=\"post-tag\" title=\"show questions tagged 'javascript'\" rel=\"tag\">javascript</a><span class=\"item-multiplier\"><span class=\"item-multiplier-x\">&times;</span>&nbsp;<span class=\"item-multiplier-count\">25</span></span>            <br>\r\n");
        out.write("\t\t\t\t\r\n");
        out.write(
                "\t\t\t\t\t<a href=\"/questions/tagged/java\" class=\"post-tag\" title=\"show questions tagged 'java'\" rel=\"tag\">java</a><span class=\"item-multiplier\"><span class=\"item-multiplier-x\">&times;</span>&nbsp;<span class=\"item-multiplier-count\">24</span></span>            <br> \r\n");
        out.write("\t\t\t\t</div>\r\n");
        out.write("\t\t\t</div>\r\n");
        out.write("\r\n");
        out.write("\t\t</div>\r\n");
        out.write("    </div>\r\n");
        out.write("    ");
        out.write("\t<div id=\"footer\">\r\n");
        out.write("        <div class=\"footerwrap\">\r\n");
        out.write("            <div id=\"footer-menu\">\r\n");
        out.write("                <a href=\"/about\">about</a> |\r\n");
        out.write(
                "                <a href=\"/faq\">faq</a> | <a href=\"http://blog.stackexchange.com?blt=1\">blog</a> |\r\n");
        out.write("                    <a href=\"http://chat.stackoverflow.com\">chat</a> |\r\n");
        out.write("                <a href=\"http://data.stackexchange.com\">data</a> |\r\n");
        out.write(
                "                <a href=\"http://blog.stackoverflow.com/category/podcasts/\">podcast</a> |\r\n");
        out.write("                <a href=\"http://shop.stackexchange.com/\">shop</a> |\r\n");
        out.write("                <a href=\"http://stackexchange.com/legal\">legal</a>\r\n");
        out.write("                <div id=\"footer-sites\">\r\n");
        out.write("                    \r\n");
        out.write(
                "                        <span style=\"color:#FE7A15;font-size:140%\">&#9632;</span>&nbsp;<a href=\"http://stackoverflow.com\">stackoverflow.com</a>&nbsp; \r\n");
        out.write(
                "                        <span style=\"color:#FE7A15;font-size:140%\">&#9632;</span>&nbsp;<a href=\"http://stackapps.com\">api/apps</a>&nbsp; \r\n");
        out.write(
                "                        <span style=\"color:#FE7A15;font-size:140%\">&#9632;</span>&nbsp;<a href=\"http://careers.stackoverflow.com\">careers</a>&nbsp; \r\n");
        out.write(
                "                        <span style=\"color:#E8272C;font-size:140%\">&#9632;</span>&nbsp;<a href=\"http://serverfault.com\">serverfault.com</a>&nbsp; \r\n");
        out.write(
                "                        <span style=\"color:#00AFEF;font-size:140%\">&#9632;</span>&nbsp;<a href=\"http://superuser.com\">superuser.com</a>&nbsp; \r\n");
        out.write(
                "                        <span style=\"color:#969696;font-size:140%\">&#9632;</span>&nbsp;<a href=\"http://meta.stackoverflow.com\">meta</a>&nbsp; \r\n");
        out.write(
                "                        <span style=\"color:#46937D;font-size:140%\">&#9632;</span>&nbsp;<a href=\"http://area51.stackexchange.com\">area&nbsp;51</a>&nbsp; \r\n");
        out.write(
                "                        <span style=\"color:#C0D0DC;font-size:140%\">&#9632;</span>&nbsp;<a href=\"http://webapps.stackexchange.com\">webapps</a>&nbsp; \r\n");
        out.write("                        <span style=\"color:#000000;font-size:140%\">&#9632;</span>\r\n");
        out.write("                </div>\r\n");
        out.write("            </div>\r\n");
        out.write("            <div id=\"footer-flair\">\r\n");
        out.write("                <a class=\"peer1\" href=\"http://www.peer1.com/stackoverflow\"></a>  \r\n");
        out.write(
                "                <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\" class=\"cc-wiki-link\"></a>\r\n");
        out.write("                <div id=\"svnrev\">rev 2012.3.7.1488</div>\r\n");
        out.write("            </div>\r\n");
        out.write("            <div id=\"copyright\">\r\n");
        out.write("                site design / logo &copy; 2012 stack exchange inc; \r\n");
        out.write(
                "                user contributions licensed under <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\" rel=\"license\">cc-wiki</a> with <a href=\"http://blog.stackoverflow.com/2009/06/attribution-required/\" rel=\"license\">attribution required</a>\r\n");
        out.write("            </div>\r\n");
        out.write("        </div>\r\n");
        out.write("    </div>");
        out.write("\r\n");
        out.write("</body>\r\n");
        out.write("</html>");
    } 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);
    }
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f0(PageContext _jspx_page_context) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f0 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/*from  w  w  w .  j ava2  s  .  c o m*/
        _jspx_th_c_005fforEach_005f0.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f0.setParent((Tag) null);
        _jspx_th_c_005fforEach_005f0
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(204,6) \'${config.javaTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.javaTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f0.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f0 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f0.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.value}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${dict.value==\'String\'?\'selected\':\'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.label}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f0.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f0.doEndTag() == 5) {
                return true;
            }
        } catch (Throwable var15) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f0[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f0[0];
                _jspx_push_body_count_c_005fforEach_005f0[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f0.doCatch(var15);
                    break;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f0.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems.reuse(_jspx_th_c_005fforEach_005f0);
    }

    return false;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f1(PageContext _jspx_page_context) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f1 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/*from  www . j a va2s.co m*/
        _jspx_th_c_005fforEach_005f1.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f1.setParent((Tag) null);
        _jspx_th_c_005fforEach_005f1
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(224,6) \'${config.queryTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.queryTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f1.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f1 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f1.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${fns:escapeHtml(dict.value)}",
                            String.class, _jspx_page_context, _jspx_fnmap_1));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${fns:escapeHtml(dict.value)==column.queryType?\'selected\':\'\'}", String.class,
                            _jspx_page_context, _jspx_fnmap_1));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${fns:escapeHtml(dict.label)}",
                            String.class, _jspx_page_context, _jspx_fnmap_1));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f1.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f1.doEndTag() == 5) {
                return true;
            }
        } catch (Throwable var15) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f1[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f1[0];
                _jspx_push_body_count_c_005fforEach_005f1[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f1.doCatch(var15);
                    break;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f1.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems.reuse(_jspx_th_c_005fforEach_005f1);
    }

    return false;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f2(PageContext _jspx_page_context) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f2 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/*from   w  ww .  jav  a2 s  . co  m*/
        _jspx_th_c_005fforEach_005f2.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f2.setParent((Tag) null);
        _jspx_th_c_005fforEach_005f2
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(231,6) \'${config.showTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.showTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f2.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f2 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f2.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.value}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${dict.value==column.showType?\'selected\':\'\'}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.label}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f2.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f2.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var15) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f2[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f2[0];
                _jspx_push_body_count_c_005fforEach_005f2[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f2.doCatch(var15);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f2.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems.reuse(_jspx_th_c_005fforEach_005f2);
    }

    return true;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f3(PageContext _jspx_page_context) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f3 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {//ww  w .ja  v a  2  s. co m
        _jspx_th_c_005fforEach_005f3.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f3.setParent((Tag) null);
        _jspx_th_c_005fforEach_005f3.setItems((new JspValueExpression(
                "/webpage/modules/gen/genTableForm.jsp(278,6) \'${config.validateTypeList}\'",
                this._jsp_getExpressionFactory().createValueExpression(_jspx_page_context.getELContext(),
                        "${config.validateTypeList}", Object.class)))
                                .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f3.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f3 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f3.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.value}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${dict.value==column.validateType?\'selected\':\'\'}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.label}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f3.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f3.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var15) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f3[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f3[0];
                _jspx_push_body_count_c_005fforEach_005f3[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f3.doCatch(var15);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f3.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems.reuse(_jspx_th_c_005fforEach_005f3);
    }

    return true;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_form_005fselect_005f0(JspTag _jspx_th_form_005fform_005f0,
        PageContext _jspx_page_context, int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    SelectTag _jspx_th_form_005fselect_005f0 = (SelectTag) this._005fjspx_005ftagPool_005fform_005fselect_0026_005fpath_005fclass
            .get(SelectTag.class);

    try {//from  ww w .j  av a 2  s  .co  m
        _jspx_th_form_005fselect_005f0.setPageContext(_jspx_page_context);
        _jspx_th_form_005fselect_005f0.setParent((Tag) _jspx_th_form_005fform_005f0);
        _jspx_th_form_005fselect_005f0.setPath("tableType");
        _jspx_th_form_005fselect_005f0.setDynamicAttribute((String) null, "class", "form-control m-b");
        int[] _jspx_push_body_count_form_005fselect_005f0 = new int[1];

        try {
            int _jspx_exception = _jspx_th_form_005fselect_005f0.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t");
                    if (this._jspx_meth_form_005foptions_005f0(_jspx_th_form_005fselect_005f0,
                            _jspx_page_context, _jspx_push_body_count_form_005fselect_005f0)) {
                        return true;
                    }

                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_form_005fselect_005f0.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_form_005fselect_005f0.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_form_005fselect_005f0[0];
                int var10000 = _jspx_push_body_count_form_005fselect_005f0[0];
                _jspx_push_body_count_form_005fselect_005f0[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_form_005fselect_005f0.doCatch(var17);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_form_005fselect_005f0.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fform_005fselect_0026_005fpath_005fclass
                .reuse(_jspx_th_form_005fselect_005f0);
    }

    return true;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fif_005f0(JspTag _jspx_th_form_005fform_005f0, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    IfTag _jspx_th_c_005fif_005f0 = (IfTag) this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest
            .get(IfTag.class);

    try {//  w  w w . j a  v a  2 s  .c  o  m
        _jspx_th_c_005fif_005f0.setPageContext(_jspx_page_context);
        _jspx_th_c_005fif_005f0.setParent((Tag) _jspx_th_form_005fform_005f0);
        _jspx_th_c_005fif_005f0.setTest(((Boolean) PageContextImpl.proprietaryEvaluate("${empty genTable.name}",
                Boolean.TYPE, _jspx_page_context, (ProtectedFunctionMapper) null)).booleanValue());
        int _jspx_eval_c_005fif_005f0 = _jspx_th_c_005fif_005f0.doStartTag();
        int evalDoAfterBody;
        if (_jspx_eval_c_005fif_005f0 != 0) {
            do {
                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t<!-- id -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[0].sort\" value=\"0\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>0</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[0].isInsert\" value=\"1\"/>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[0].isEdit\" value=\"0\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks \" name=\"ck\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[0].name\" value=\"id\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[0].comments\" value=\"\" maxlength=\"200\" class=\"required\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<span  name=\"columnList[0].jdbcType\" class=\"required \" value=\"varchar(64)\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[0].isPk\" value=\"1\" checked/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t<!-- create_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[1].sort\" value=\"1\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>1</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[1].isInsert\" value=\"1\"/>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[1].isEdit\" value=\"0\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks \" name=\"ck\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[1].name\" value=\"create_by\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[1].comments\" value=\"\" maxlength=\"200\" class=\"required\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<span  name=\"columnList[1].jdbcType\" class=\"required \" value=\"varchar(64)\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[1].isPk\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t<!-- create_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[2].sort\" value=\"2\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>2</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[2].isInsert\" value=\"1\"/>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[2].isEdit\" value=\"0\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks \" name=\"ck\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[2].name\" value=\"create_date\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[2].comments\" value=\"\" maxlength=\"200\" class=\"required\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<span  name=\"columnList[2].jdbcType\" class=\"required \" value=\"datetime\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[2].isPk\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- update_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[3].sort\" value=\"3\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>3</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[3].isInsert\" value=\"1\"/>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[3].isEdit\" value=\"1\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks \" name=\"ck\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[3].name\" value=\"update_by\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[3].comments\" value=\"\" maxlength=\"200\" class=\"required\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<span  name=\"columnList[3].jdbcType\" class=\"required \" value=\"varchar(64)\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[3].isPk\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t<!-- update_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[4].sort\" value=\"4\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>4</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[4].isInsert\" value=\"1\" />\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[4].isEdit\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks \" name=\"ck\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[4].name\" value=\"update_date\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[4].comments\" value=\"\" maxlength=\"200\" class=\"required\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<span  name=\"columnList[4].jdbcType\" class=\"required \" value=\"datetime\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[4].isPk\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- remarks -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[5].sort\" value=\"5\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>5</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[5].isInsert\" value=\"1\"/>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[5].isEdit\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks \" name=\"ck\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[5].name\" value=\"remarks\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[5].comments\" value=\"?\" maxlength=\"200\" class=\"required\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<span  name=\"columnList[5].jdbcType\" class=\"required \" value=\"nvarchar(255)\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[5].isPk\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- del_flag -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[6].sort\" value=\"0\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<label>6</label>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[6].isInsert\" value=\"1\" />\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[6].isEdit\" value=\"0\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks \" name=\"ck\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[6].name\" value=\"del_flag\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"columnList[6].comments\" value=\"01??\" maxlength=\"200\" class=\"required\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<span  name=\"columnList[6].jdbcType\" class=\"required \" value=\"varchar(64)\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[6].isPk\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t");
                evalDoAfterBody = _jspx_th_c_005fif_005f0.doAfterBody();
            } while (evalDoAfterBody == 2);
        }

        if (_jspx_th_c_005fif_005f0.doEndTag() == 5) {
            return true;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f0);
    }

    return false;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f4(JspTag _jspx_th_form_005fform_005f0,
        PageContext _jspx_page_context, int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f4 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems
            .get(ForEachTag.class);

    try {// w w  w. j a  v  a  2 s . c o m
        _jspx_th_c_005fforEach_005f4.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f4.setParent((Tag) _jspx_th_form_005fform_005f0);
        _jspx_th_c_005fforEach_005f4
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(560,8) \'${genTable.columnList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${genTable.columnList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f4.setVar("column");
        _jspx_th_c_005fforEach_005f4.setVarStatus("vs");
        int[] _jspx_push_body_count_c_005fforEach_005f4 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f4.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t<tr");
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${column.delFlag eq \'1\'?\' class=\"error\" title=\"???\"\':\'\'}",
                            String.class, _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(">\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].sort\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.sort}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\"  maxlength=\"200\" class=\"form-control required   digits\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<label>");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.sort}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</label>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].isInsert\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.isInsert}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"  name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].isEdit\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.isEdit}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks \" name=\"ck\" value=\"1\" />\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].id\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.id}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].delFlag\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.delFlag}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].genTable.id\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.genTable.id}",
                            String.class, _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].name\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.name}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\" class=\"form-control required\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].comments\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.comments}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\" maxlength=\"200\" class=\"form-control required\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t<span  name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].jdbcType\" class=\"required\" value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${column.jdbcType}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("\"/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                    out.write(
                            "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${vs.index}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("].isPk\" value=\"1\" ");
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${column.isPk eq \'1\' ? \'checked\' : \'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write("/>\n");
                    out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                    out.write("\t\t\t\t\t\t\t\t</tr>\n");
                    out.write("\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f4.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f4.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f4[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f4[0];
                _jspx_push_body_count_c_005fforEach_005f4[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f4.doCatch(var17);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f4.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvarStatus_005fvar_005fitems
                .reuse(_jspx_th_c_005fforEach_005f4);
    }

    return true;
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fif_005f1(JspTag _jspx_th_form_005fform_005f0, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    IfTag _jspx_th_c_005fif_005f1 = (IfTag) this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest
            .get(IfTag.class);

    try {//from   w  w w . j  a  va  2s. c  o m
        _jspx_th_c_005fif_005f1.setPageContext(_jspx_page_context);
        _jspx_th_c_005fif_005f1.setParent((Tag) _jspx_th_form_005fform_005f0);
        _jspx_th_c_005fif_005f1.setTest(((Boolean) PageContextImpl.proprietaryEvaluate("${empty genTable.name}",
                Boolean.TYPE, _jspx_page_context, (ProtectedFunctionMapper) null)).booleanValue());
        int _jspx_eval_c_005fif_005f1 = _jspx_th_c_005fif_005f1.doStartTag();
        int evalDoAfterBody;
        if (_jspx_eval_c_005fif_005f1 != 0) {
            do {
                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t<!-- id -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[0].name\" value=\"id\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"page-columnList[0].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[0].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f5(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[0].javaField\" value=\"id\" maxlength=\"200\" class=\"form-control required \"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[0].isForm\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[0].isList\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[0].isQuery\" value=\"1\"  />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[0].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f6(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[0].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f7(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[0].dictType\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.dictType}", String.class,
                        _jspx_page_context, (ProtectedFunctionMapper) null));
                out.write("\" maxlength=\"200\" class=\"form-control\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t<!-- create_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[1].name\" value=\"create_by\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"page-columnList[1].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[1].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f8(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[1].javaField\" value=\"createBy.id\" maxlength=\"200\" class=\"form-control required \"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[1].isForm\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[1].isList\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[1].isQuery\" value=\"1\"  />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[1].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f9(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[1].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f10(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[1].dictType\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.dictType}", String.class,
                        _jspx_page_context, (ProtectedFunctionMapper) null));
                out.write("\" maxlength=\"200\" class=\"form-control\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t<!-- create_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[2].name\" value=\"create_date\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"page-columnList[2].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[2].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f11(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[2].javaField\" value=\"createDate\" maxlength=\"200\" class=\"form-control required \"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[2].isForm\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[2].isList\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[2].isQuery\" value=\"1\"  />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[2].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f12(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[2].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f13(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[2].dictType\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.dictType}", String.class,
                        _jspx_page_context, (ProtectedFunctionMapper) null));
                out.write("\" maxlength=\"200\" class=\"form-control\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- update_by -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[3].name\" value=\"update_by\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"page-columnList[3].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[3].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f14(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[3].javaField\" value=\"updateBy.id\" maxlength=\"200\" class=\"form-control required \"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[3].isForm\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[3].isList\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[3].isQuery\" value=\"1\"  />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[3].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f15(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[3].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f16(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[3].dictType\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.dictType}", String.class,
                        _jspx_page_context, (ProtectedFunctionMapper) null));
                out.write("\" maxlength=\"200\" class=\"form-control\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t<!-- update_date -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[4].name\" value=\"update_date\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"page-columnList[4].comments\" value=\"\" maxlength=\"200\" readonly=\"readonly\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[4].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f17(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[4].javaField\" value=\"updateDate\" maxlength=\"200\" class=\"form-control required \"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[4].isForm\" value=\"1\"  />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[4].isList\" value=\"1\"  />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[4].isQuery\" value=\"1\"  />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[4].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f18(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[4].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f19(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[4].dictType\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.dictType}", String.class,
                        _jspx_page_context, (ProtectedFunctionMapper) null));
                out.write("\" maxlength=\"200\" class=\"form-control\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- remarks -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[5].name\" value=\"remarks\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"page-columnList[5].comments\" value=\"?\" maxlength=\"200\" readonly=\"readonly\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[5].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f20(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[5].javaField\" value=\"remarks\" maxlength=\"255\" class=\"form-control required \"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[5].isForm\" value=\"1\" checked/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[5].isList\" value=\"1\" checked/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[5].isQuery\" value=\"1\"  />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[5].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f21(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[5].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f22(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[5].dictType\" value=\"");
                out.write((String) PageContextImpl.proprietaryEvaluate("${column.dictType}", String.class,
                        _jspx_page_context, (ProtectedFunctionMapper) null));
                out.write("\" maxlength=\"200\" class=\"form-control\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t\t\n");
                out.write("\t\t\t\t\t\t\t\t\t\t<!-- del_flag -->\n");
                out.write("\t\t\t\t\t\t\t\t<tr>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" readonly=\"readonly\" name=\"page-columnList[6].name\" value=\"del_flag\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" name=\"page-columnList[6].comments\" value=\"01??\" maxlength=\"200\" readonly=\"readonly\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[6].javaType\" class=\"form-control required m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f23(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Custom\"  class=\"newadd\" ></option>\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[6].javaField\" value=\"delFlag\" maxlength=\"255\" class=\"form-control required \"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[6].isForm\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[6].isList\" value=\"1\" />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"i-checks\" name=\"columnList[6].isQuery\" value=\"1\"  />\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[6].queryType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f24(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<select name=\"columnList[6].showType\" class=\"form-control required  m-b\">\n");
                out.write("\t\t\t\t\t\t\t\t\t\t\t");
                if (this._jspx_meth_c_005fforEach_005f25(_jspx_th_c_005fif_005f1, _jspx_page_context,
                        _jspx_push_body_count_form_005fform_005f0)) {
                    return true;
                }

                out.write("\n");
                out.write("\t\t\t\t\t\t\t\t\t\t</select>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t\t<td>\n");
                out.write(
                        "\t\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"columnList[6].dictType\" value=\"del_flag\" maxlength=\"200\" class=\"form-control\"/>\n");
                out.write("\t\t\t\t\t\t\t\t\t</td>\n");
                out.write("\t\t\t\t\t\t\t\t</tr>\n");
                out.write("\t\t\t\t\t\t\t");
                evalDoAfterBody = _jspx_th_c_005fif_005f1.doAfterBody();
            } while (evalDoAfterBody == 2);
        }

        if (_jspx_th_c_005fif_005f1.doEndTag() == 5) {
            return true;
        } else {
            return false;
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fif_0026_005ftest.reuse(_jspx_th_c_005fif_005f1);
    }
}

From source file:org.apache.jsp.webpage.modules.gen.genTableForm_jsp.java

private boolean _jspx_meth_c_005fforEach_005f5(JspTag _jspx_th_c_005fif_005f1, PageContext _jspx_page_context,
        int[] _jspx_push_body_count_form_005fform_005f0) throws Throwable {
    JspWriter out = _jspx_page_context.getOut();
    ForEachTag _jspx_th_c_005fforEach_005f5 = (ForEachTag) this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems
            .get(ForEachTag.class);

    try {/*from   ww w.j a  v a  2 s .c om*/
        _jspx_th_c_005fforEach_005f5.setPageContext(_jspx_page_context);
        _jspx_th_c_005fforEach_005f5.setParent((Tag) _jspx_th_c_005fif_005f1);
        _jspx_th_c_005fforEach_005f5
                .setItems((new JspValueExpression(
                        "/webpage/modules/gen/genTableForm.jsp(623,11) \'${config.javaTypeList}\'",
                        this._jsp_getExpressionFactory().createValueExpression(
                                _jspx_page_context.getELContext(), "${config.javaTypeList}", Object.class)))
                                        .getValue(_jspx_page_context.getELContext()));
        _jspx_th_c_005fforEach_005f5.setVar("dict");
        int[] _jspx_push_body_count_c_005fforEach_005f5 = new int[1];

        try {
            int _jspx_exception = _jspx_th_c_005fforEach_005f5.doStartTag();
            int evalDoAfterBody;
            if (_jspx_exception != 0) {
                do {
                    out.write("\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.value}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(32);
                    out.write((String) PageContextImpl.proprietaryEvaluate(
                            "${dict.value==\'String\'?\'selected\':\'\'}", String.class, _jspx_page_context,
                            (ProtectedFunctionMapper) null));
                    out.write(" title=\"");
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.description}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write(34);
                    out.write(62);
                    out.write((String) PageContextImpl.proprietaryEvaluate("${dict.label}", String.class,
                            _jspx_page_context, (ProtectedFunctionMapper) null));
                    out.write("</option>\n");
                    out.write("\t\t\t\t\t\t\t\t\t\t\t");
                    evalDoAfterBody = _jspx_th_c_005fforEach_005f5.doAfterBody();
                } while (evalDoAfterBody == 2);
            }

            if (_jspx_th_c_005fforEach_005f5.doEndTag() != 5) {
                return false;
            }
        } catch (Throwable var17) {
            while (true) {
                int var10003 = _jspx_push_body_count_c_005fforEach_005f5[0];
                int var10000 = _jspx_push_body_count_c_005fforEach_005f5[0];
                _jspx_push_body_count_c_005fforEach_005f5[0] = var10003 - 1;
                if (var10000 <= 0) {
                    _jspx_th_c_005fforEach_005f5.doCatch(var17);
                    return false;
                }

                out = _jspx_page_context.popBody();
            }
        } finally {
            _jspx_th_c_005fforEach_005f5.doFinally();
        }
    } finally {
        this._005fjspx_005ftagPool_005fc_005fforEach_0026_005fvar_005fitems.reuse(_jspx_th_c_005fforEach_005f5);
    }

    return true;
}