⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cdform_jsp.java

📁 JSF的一个项目演示
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
        return true;
      out.write("\r\n");
      out.write("      ");
      if (_jspx_meth_h_message_2(_jspx_th_h_panelGrid_0, _jspx_page_context))
        return true;
      out.write("\r\n");
      out.write("      <!-- 设置“类别”标题  -->\r\n");
      out.write("      ");
      if (_jspx_meth_h_outputLabel_3(_jspx_th_h_panelGrid_0, _jspx_page_context))
        return true;
      out.write("\r\n");
      out.write("      ");
      if (_jspx_meth_h_selectOneRadio_0(_jspx_th_h_panelGrid_0, _jspx_page_context))
        return true;
      out.write("\r\n");
      out.write("      ");
      if (_jspx_meth_h_message_3(_jspx_th_h_panelGrid_0, _jspx_page_context))
        return true;
      out.write("\r\n");
      out.write("      <!--“子类别”标题 -->\r\n");
      out.write("      ");
      if (_jspx_meth_h_outputLabel_4(_jspx_th_h_panelGrid_0, _jspx_page_context))
        return true;
      out.write("\r\n");
      out.write("      ");
      if (_jspx_meth_h_selectOneListbox_0(_jspx_th_h_panelGrid_0, _jspx_page_context))
        return true;
      out.write("\r\n");
      out.write("      ");
      if (_jspx_meth_h_message_4(_jspx_th_h_panelGrid_0, _jspx_page_context))
        return true;
      out.write("\r\n");
      out.write("    ");
    }
    if (_jspx_th_h_panelGrid_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_panelGrid_rowClasses_columns.reuse(_jspx_th_h_panelGrid_0);
    return false;
  }

  private boolean _jspx_meth_h_outputLabel_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:outputLabel
    com.sun.faces.taglib.html_basic.OutputLabelTag _jspx_th_h_outputLabel_0 = (com.sun.faces.taglib.html_basic.OutputLabelTag) _jspx_tagPool_h_outputLabel_styleClass_for.get(com.sun.faces.taglib.html_basic.OutputLabelTag.class);
    _jspx_th_h_outputLabel_0.setPageContext(_jspx_page_context);
    _jspx_th_h_outputLabel_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_outputLabel_0.setFor("title");
    _jspx_th_h_outputLabel_0.setStyleClass("label");
    int _jspx_eval_h_outputLabel_0 = _jspx_th_h_outputLabel_0.doStartTag();
    if (_jspx_eval_h_outputLabel_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      out.write("\r\n");
      out.write("        ");
      if (_jspx_meth_h_outputText_0(_jspx_th_h_outputLabel_0, _jspx_page_context))
        return true;
      out.write("\r\n");
      out.write("      ");
    }
    if (_jspx_th_h_outputLabel_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_outputLabel_styleClass_for.reuse(_jspx_th_h_outputLabel_0);
    return false;
  }

  private boolean _jspx_meth_h_outputText_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_outputLabel_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:outputText
    com.sun.faces.taglib.html_basic.OutputTextTag _jspx_th_h_outputText_0 = (com.sun.faces.taglib.html_basic.OutputTextTag) _jspx_tagPool_h_outputText_value_nobody.get(com.sun.faces.taglib.html_basic.OutputTextTag.class);
    _jspx_th_h_outputText_0.setPageContext(_jspx_page_context);
    _jspx_th_h_outputText_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_outputLabel_0);
    _jspx_th_h_outputText_0.setValue("名称");
    int _jspx_eval_h_outputText_0 = _jspx_th_h_outputText_0.doStartTag();
    if (_jspx_th_h_outputText_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_outputText_value_nobody.reuse(_jspx_th_h_outputText_0);
    return false;
  }

  private boolean _jspx_meth_h_inputText_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:inputText
    com.sun.faces.taglib.html_basic.InputTextTag _jspx_th_h_inputText_0 = (com.sun.faces.taglib.html_basic.InputTextTag) _jspx_tagPool_h_inputText_value_required_id_nobody.get(com.sun.faces.taglib.html_basic.InputTextTag.class);
    _jspx_th_h_inputText_0.setPageContext(_jspx_page_context);
    _jspx_th_h_inputText_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_inputText_0.setId("title");
    _jspx_th_h_inputText_0.setValue("#{CDManagerBean.cd.title}");
    _jspx_th_h_inputText_0.setRequired("true");
    int _jspx_eval_h_inputText_0 = _jspx_th_h_inputText_0.doStartTag();
    if (_jspx_th_h_inputText_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_inputText_value_required_id_nobody.reuse(_jspx_th_h_inputText_0);
    return false;
  }

  private boolean _jspx_meth_h_message_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:message
    com.sun.faces.taglib.html_basic.MessageTag _jspx_th_h_message_0 = (com.sun.faces.taglib.html_basic.MessageTag) _jspx_tagPool_h_message_styleClass_for_nobody.get(com.sun.faces.taglib.html_basic.MessageTag.class);
    _jspx_th_h_message_0.setPageContext(_jspx_page_context);
    _jspx_th_h_message_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_message_0.setFor("title");
    _jspx_th_h_message_0.setStyleClass("errorText");
    int _jspx_eval_h_message_0 = _jspx_th_h_message_0.doStartTag();
    if (_jspx_th_h_message_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_message_styleClass_for_nobody.reuse(_jspx_th_h_message_0);
    return false;
  }

  private boolean _jspx_meth_h_outputLabel_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:outputLabel
    com.sun.faces.taglib.html_basic.OutputLabelTag _jspx_th_h_outputLabel_1 = (com.sun.faces.taglib.html_basic.OutputLabelTag) _jspx_tagPool_h_outputLabel_styleClass_for.get(com.sun.faces.taglib.html_basic.OutputLabelTag.class);
    _jspx_th_h_outputLabel_1.setPageContext(_jspx_page_context);
    _jspx_th_h_outputLabel_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_outputLabel_1.setFor("artist");
    _jspx_th_h_outputLabel_1.setStyleClass("label");
    int _jspx_eval_h_outputLabel_1 = _jspx_th_h_outputLabel_1.doStartTag();
    if (_jspx_eval_h_outputLabel_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      out.write("\r\n");
      out.write("        ");
      if (_jspx_meth_h_outputText_1(_jspx_th_h_outputLabel_1, _jspx_page_context))
        return true;
      out.write("\r\n");
      out.write("      ");
    }
    if (_jspx_th_h_outputLabel_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_outputLabel_styleClass_for.reuse(_jspx_th_h_outputLabel_1);
    return false;
  }

  private boolean _jspx_meth_h_outputText_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_outputLabel_1, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:outputText
    com.sun.faces.taglib.html_basic.OutputTextTag _jspx_th_h_outputText_1 = (com.sun.faces.taglib.html_basic.OutputTextTag) _jspx_tagPool_h_outputText_value_nobody.get(com.sun.faces.taglib.html_basic.OutputTextTag.class);
    _jspx_th_h_outputText_1.setPageContext(_jspx_page_context);
    _jspx_th_h_outputText_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_outputLabel_1);
    _jspx_th_h_outputText_1.setValue("艺术家");
    int _jspx_eval_h_outputText_1 = _jspx_th_h_outputText_1.doStartTag();
    if (_jspx_th_h_outputText_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_outputText_value_nobody.reuse(_jspx_th_h_outputText_1);
    return false;
  }

  private boolean _jspx_meth_h_inputText_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:inputText
    com.sun.faces.taglib.html_basic.InputTextTag _jspx_th_h_inputText_1 = (com.sun.faces.taglib.html_basic.InputTextTag) _jspx_tagPool_h_inputText_value_required_id_nobody.get(com.sun.faces.taglib.html_basic.InputTextTag.class);
    _jspx_th_h_inputText_1.setPageContext(_jspx_page_context);
    _jspx_th_h_inputText_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_inputText_1.setId("artist");
    _jspx_th_h_inputText_1.setValue("#{CDManagerBean.cd.artist}");
    _jspx_th_h_inputText_1.setRequired("true");
    int _jspx_eval_h_inputText_1 = _jspx_th_h_inputText_1.doStartTag();
    if (_jspx_th_h_inputText_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_inputText_value_required_id_nobody.reuse(_jspx_th_h_inputText_1);
    return false;
  }

  private boolean _jspx_meth_h_message_1(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:message
    com.sun.faces.taglib.html_basic.MessageTag _jspx_th_h_message_1 = (com.sun.faces.taglib.html_basic.MessageTag) _jspx_tagPool_h_message_styleClass_for_nobody.get(com.sun.faces.taglib.html_basic.MessageTag.class);
    _jspx_th_h_message_1.setPageContext(_jspx_page_context);
    _jspx_th_h_message_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_message_1.setFor("artist");
    _jspx_th_h_message_1.setStyleClass("errorText");
    int _jspx_eval_h_message_1 = _jspx_th_h_message_1.doStartTag();
    if (_jspx_th_h_message_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_message_styleClass_for_nobody.reuse(_jspx_th_h_message_1);
    return false;
  }

  private boolean _jspx_meth_h_outputLabel_2(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:outputLabel
    com.sun.faces.taglib.html_basic.OutputLabelTag _jspx_th_h_outputLabel_2 = (com.sun.faces.taglib.html_basic.OutputLabelTag) _jspx_tagPool_h_outputLabel_styleClass_for.get(com.sun.faces.taglib.html_basic.OutputLabelTag.class);
    _jspx_th_h_outputLabel_2.setPageContext(_jspx_page_context);
    _jspx_th_h_outputLabel_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_outputLabel_2.setFor("price");
    _jspx_th_h_outputLabel_2.setStyleClass("label");
    int _jspx_eval_h_outputLabel_2 = _jspx_th_h_outputLabel_2.doStartTag();
    if (_jspx_eval_h_outputLabel_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      out.write("\r\n");
      out.write("        ");
      if (_jspx_meth_h_outputText_2(_jspx_th_h_outputLabel_2, _jspx_page_context))
        return true;
      out.write("\r\n");
      out.write("      ");
    }
    if (_jspx_th_h_outputLabel_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_outputLabel_styleClass_for.reuse(_jspx_th_h_outputLabel_2);
    return false;
  }

  private boolean _jspx_meth_h_outputText_2(javax.servlet.jsp.tagext.JspTag _jspx_th_h_outputLabel_2, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:outputText
    com.sun.faces.taglib.html_basic.OutputTextTag _jspx_th_h_outputText_2 = (com.sun.faces.taglib.html_basic.OutputTextTag) _jspx_tagPool_h_outputText_value_nobody.get(com.sun.faces.taglib.html_basic.OutputTextTag.class);
    _jspx_th_h_outputText_2.setPageContext(_jspx_page_context);
    _jspx_th_h_outputText_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_outputLabel_2);
    _jspx_th_h_outputText_2.setValue("价格");
    int _jspx_eval_h_outputText_2 = _jspx_th_h_outputText_2.doStartTag();
    if (_jspx_th_h_outputText_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_outputText_value_nobody.reuse(_jspx_th_h_outputText_2);
    return false;
  }

  private boolean _jspx_meth_h_inputText_2(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();
    //  h:inputText
    com.sun.faces.taglib.html_basic.InputTextTag _jspx_th_h_inputText_2 = (com.sun.faces.taglib.html_basic.InputTextTag) _jspx_tagPool_h_inputText_value_required_id_nobody.get(com.sun.faces.taglib.html_basic.InputTextTag.class);
    _jspx_th_h_inputText_2.setPageContext(_jspx_page_context);
    _jspx_th_h_inputText_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_panelGrid_0);
    _jspx_th_h_inputText_2.setId("price");
    _jspx_th_h_inputText_2.setValue("#{CDManagerBean.cd.price}");
    _jspx_th_h_inputText_2.setRequired("true");
    int _jspx_eval_h_inputText_2 = _jspx_th_h_inputText_2.doStartTag();
    if (_jspx_th_h_inputText_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_h_inputText_value_required_id_nobody.reuse(_jspx_th_h_inputText_2);
    return false;
  }

  private boolean _jspx_meth_h_message_2(javax.servlet.jsp.tagext.JspTag _jspx_th_h_panelGrid_0, PageContext _jspx_page_context)
          throws Throwable {
    PageContext pageContext = _jspx_page_context;
    JspWriter out = _jspx_page_context.getOut();

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -