📄 userform_jsp.java
字号:
if (_jspx_th_logic_messagesPresent_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
_jspx_tagPool_logic_messagesPresent.reuse(_jspx_th_logic_messagesPresent_0);
out.write("\r\n");
out.write("\r\n");
// logic:messagesPresent
org.apache.struts.taglib.logic.MessagesPresentTag _jspx_th_logic_messagesPresent_1 = (org.apache.struts.taglib.logic.MessagesPresentTag) _jspx_tagPool_logic_messagesPresent_message.get(org.apache.struts.taglib.logic.MessagesPresentTag.class);
_jspx_th_logic_messagesPresent_1.setPageContext(_jspx_page_context);
_jspx_th_logic_messagesPresent_1.setParent(null);
_jspx_th_logic_messagesPresent_1.setMessage("true");
int _jspx_eval_logic_messagesPresent_1 = _jspx_th_logic_messagesPresent_1.doStartTag();
if (_jspx_eval_logic_messagesPresent_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write("\t<div class=\"message\">\r\n");
out.write("\t\t");
// html:messages
org.apache.struts.taglib.html.MessagesTag _jspx_th_html_messages_1 = (org.apache.struts.taglib.html.MessagesTag) _jspx_tagPool_html_messages_message_id.get(org.apache.struts.taglib.html.MessagesTag.class);
_jspx_th_html_messages_1.setPageContext(_jspx_page_context);
_jspx_th_html_messages_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_logic_messagesPresent_1);
_jspx_th_html_messages_1.setId("message");
_jspx_th_html_messages_1.setMessage("true");
int _jspx_eval_html_messages_1 = _jspx_th_html_messages_1.doStartTag();
if (_jspx_eval_html_messages_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
java.lang.String message = null;
if (_jspx_eval_html_messages_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_html_messages_1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_html_messages_1.doInitBody();
}
message = (java.lang.String) _jspx_page_context.findAttribute("message");
do {
out.write("\r\n");
out.write("\t\t\t");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${message}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("<br/>\r\n");
out.write("\t\t");
int evalDoAfterBody = _jspx_th_html_messages_1.doAfterBody();
message = (java.lang.String) _jspx_page_context.findAttribute("message");
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
if (_jspx_eval_html_messages_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
out = _jspx_page_context.popBody();
}
if (_jspx_th_html_messages_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
_jspx_tagPool_html_messages_message_id.reuse(_jspx_th_html_messages_1);
out.write("\r\n");
out.write("\t</div>\r\n");
int evalDoAfterBody = _jspx_th_logic_messagesPresent_1.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_logic_messagesPresent_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
_jspx_tagPool_logic_messagesPresent_message.reuse(_jspx_th_logic_messagesPresent_1);
out.write('\r');
out.write('\n');
out.write("\r\n");
out.write("\t<div id=\"content\">\r\n");
out.write("\t\t<h1>用户信息管理</h1>\r\n");
out.write("\t\t");
if (_jspx_meth_html_form_0(_jspx_page_context))
return;
out.write("\r\n");
out.write("\t</div>\r\n");
out.write("</div>\r\n");
if (_jspx_meth_html_javascript_0(_jspx_page_context))
return;
out.write("\r\n");
out.write("<script type=\"text/javascript\" src=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ctx}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("/scripts/validator.jsp\"></script>\r\n");
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)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_c_set_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.rt.core.SetTag _jspx_th_c_set_0 = (org.apache.taglibs.standard.tag.rt.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.rt.core.SetTag.class);
_jspx_th_c_set_0.setPageContext(_jspx_page_context);
_jspx_th_c_set_0.setParent(null);
_jspx_th_c_set_0.setVar("ctx");
_jspx_th_c_set_0.setValue((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.Object.class, (PageContext)_jspx_page_context, null, false));
int _jspx_eval_c_set_0 = _jspx_th_c_set_0.doStartTag();
if (_jspx_th_c_set_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_0);
return false;
}
private boolean _jspx_meth_c_url_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:url
org.apache.taglibs.standard.tag.rt.core.UrlTag _jspx_th_c_url_0 = (org.apache.taglibs.standard.tag.rt.core.UrlTag) _jspx_tagPool_c_url_value_nobody.get(org.apache.taglibs.standard.tag.rt.core.UrlTag.class);
_jspx_th_c_url_0.setPageContext(_jspx_page_context);
_jspx_th_c_url_0.setParent(null);
_jspx_th_c_url_0.setValue("/styles/default.css");
int _jspx_eval_c_url_0 = _jspx_th_c_url_0.doStartTag();
if (_jspx_th_c_url_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_url_value_nobody.reuse(_jspx_th_c_url_0);
return false;
}
private boolean _jspx_meth_c_set_1(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:set
org.apache.taglibs.standard.tag.rt.core.SetTag _jspx_th_c_set_1 = (org.apache.taglibs.standard.tag.rt.core.SetTag) _jspx_tagPool_c_set_var_value_nobody.get(org.apache.taglibs.standard.tag.rt.core.SetTag.class);
_jspx_th_c_set_1.setPageContext(_jspx_page_context);
_jspx_th_c_set_1.setParent(null);
_jspx_th_c_set_1.setVar("ctx");
_jspx_th_c_set_1.setValue((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pageContext.request.contextPath}", java.lang.Object.class, (PageContext)_jspx_page_context, null, false));
int _jspx_eval_c_set_1 = _jspx_th_c_set_1.doStartTag();
if (_jspx_th_c_set_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_set_var_value_nobody.reuse(_jspx_th_c_set_1);
return false;
}
private boolean _jspx_meth_html_form_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:form
org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0 = (org.apache.struts.taglib.html.FormTag) _jspx_tagPool_html_form_styleClass_onsubmit_focus_action.get(org.apache.struts.taglib.html.FormTag.class);
_jspx_th_html_form_0.setPageContext(_jspx_page_context);
_jspx_th_html_form_0.setParent(null);
_jspx_th_html_form_0.setAction("/user.do");
_jspx_th_html_form_0.setFocus("name");
_jspx_th_html_form_0.setStyleClass("form");
_jspx_th_html_form_0.setOnsubmit("return validateUserForm(this)");
int _jspx_eval_html_form_0 = _jspx_th_html_form_0.doStartTag();
if (_jspx_eval_html_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write("\t\t\t<input type=\"hidden\" name=\"method\" value=\"save\"/>\r\n");
out.write("\t\t\t");
if (_jspx_meth_html_hidden_0(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("\t\t\t<table>\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td><label>Name</label></td>\r\n");
out.write("\t\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t\t");
if (_jspx_meth_html_text_0(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("\t\t\t\t\t\t<span class=\"req\">*</span>\r\n");
out.write("\t\t\t\t\t\t<span class=\"fieldError\">");
if (_jspx_meth_html_errors_0(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("</span>\r\n");
out.write("\t\t\t\t\t</td>\r\n");
out.write("\t\t\t\t</tr>\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td><label>EMail</label></td>\r\n");
out.write("\t\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t\t");
if (_jspx_meth_html_text_1(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("\t\t\t\t\t</td>\r\n");
out.write("\t\t\t\t</tr>\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td><label>Descn</label></td>\r\n");
out.write("\t\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t\t");
if (_jspx_meth_html_textarea_0(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("\t\t\t\t\t</td>\r\n");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -