📄 trade_jsp.java
字号:
_jspx_th_html_form_0.setOnsubmit("return validateTradeActionForm(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<table width=\"423\" cellpadding=\"3\" cellspacing=\"1\" align=\"center\">\r\n");
out.write("\t\t<tr>\r\n");
out.write("\t\t\t\t<td width=\"25%\">");
if (_jspx_meth_bean_message_4(_jspx_th_html_form_0, pageContext))
return true;
out.write("</td>\r\n");
out.write("\t\t\t\t<td width=\"45%\">");
if (_jspx_meth_html_hidden_0(_jspx_th_html_form_0, pageContext))
return true;
out.write("</td>\t\r\n");
out.write("\t\t\t\t<td width=\"30%\"></td>\r\n");
out.write("\t\t</tr>\r\n");
out.write("\t\t<!--取款所要的表单域-->\r\n");
out.write("\t\t");
if (_jspx_meth_logic_notEqual_0(_jspx_th_html_form_0, pageContext))
return true;
out.write("\r\n");
out.write("\t\t<!--转帐所要的表单域-->\r\n");
out.write("\t\t");
if (_jspx_meth_logic_equal_8(_jspx_th_html_form_0, pageContext))
return true;
out.write("\r\n");
out.write("\t\t");
if (_jspx_meth_logic_notEqual_1(_jspx_th_html_form_0, pageContext))
return true;
out.write("\r\n");
out.write("\t\t<tr>\r\n");
out.write("\t\t\t<td colspan=\"3\" align=\"center\">\r\n");
out.write("\t\t\t\t");
if (_jspx_meth_html_hidden_2(_jspx_th_html_form_0, pageContext))
return true;
out.write("\r\n");
out.write("\t\t\t\t");
if (_jspx_meth_html_submit_0(_jspx_th_html_form_0, pageContext))
return true;
out.write("\r\n");
out.write("\t\t\t\t");
if (_jspx_meth_html_cancel_0(_jspx_th_html_form_0, pageContext))
return true;
out.write("\r\n");
out.write("\t\t\t\t");
if (_jspx_meth_html_link_0(_jspx_th_html_form_0, pageContext))
return true;
out.write("\r\n");
out.write("\t\t\t</td>\r\n");
out.write("\t\t</tr>\r\n");
out.write("\t</table>\r\n");
int evalDoAfterBody = _jspx_th_html_form_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_html_form_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_form_onsubmit_method_action.reuse(_jspx_th_html_form_0);
return false;
}
private boolean _jspx_meth_bean_message_4(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// bean:message
org.apache.struts.taglib.bean.MessageTag _jspx_th_bean_message_4 = (org.apache.struts.taglib.bean.MessageTag) _jspx_tagPool_bean_message_key.get(org.apache.struts.taglib.bean.MessageTag.class);
_jspx_th_bean_message_4.setPageContext(pageContext);
_jspx_th_bean_message_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_bean_message_4.setKey("label.accountID");
int _jspx_eval_bean_message_4 = _jspx_th_bean_message_4.doStartTag();
if (_jspx_th_bean_message_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_bean_message_key.reuse(_jspx_th_bean_message_4);
return false;
}
private boolean _jspx_meth_html_hidden_0(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// html:hidden
org.apache.struts.taglib.html.HiddenTag _jspx_th_html_hidden_0 = (org.apache.struts.taglib.html.HiddenTag) _jspx_tagPool_html_hidden_write_property_name.get(org.apache.struts.taglib.html.HiddenTag.class);
_jspx_th_html_hidden_0.setPageContext(pageContext);
_jspx_th_html_hidden_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_html_hidden_0.setProperty("accountID");
_jspx_th_html_hidden_0.setWrite(true);
_jspx_th_html_hidden_0.setName("TradeLoadInfo");
int _jspx_eval_html_hidden_0 = _jspx_th_html_hidden_0.doStartTag();
if (_jspx_th_html_hidden_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_hidden_write_property_name.reuse(_jspx_th_html_hidden_0);
return false;
}
private boolean _jspx_meth_logic_notEqual_0(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// logic:notEqual
org.apache.struts.taglib.logic.NotEqualTag _jspx_th_logic_notEqual_0 = (org.apache.struts.taglib.logic.NotEqualTag) _jspx_tagPool_logic_notEqual_value_property_name.get(org.apache.struts.taglib.logic.NotEqualTag.class);
_jspx_th_logic_notEqual_0.setPageContext(pageContext);
_jspx_th_logic_notEqual_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_logic_notEqual_0.setValue("saving");
_jspx_th_logic_notEqual_0.setProperty("action");
_jspx_th_logic_notEqual_0.setName("TradeLoadInfo");
int _jspx_eval_logic_notEqual_0 = _jspx_th_logic_notEqual_0.doStartTag();
if (_jspx_eval_logic_notEqual_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write("\t\t\t<tr>\r\n");
out.write("\t\t\t\t<td>");
if (_jspx_meth_bean_message_5(_jspx_th_logic_notEqual_0, pageContext))
return true;
out.write("</td>\r\n");
out.write("\t\t\t\t<td>");
if (_jspx_meth_html_password_0(_jspx_th_logic_notEqual_0, pageContext))
return true;
out.write("</td>\t\r\n");
out.write("\t\t\t\t<td></td>\r\n");
out.write("\t\t\t</tr>\r\n");
out.write("\t\t");
int evalDoAfterBody = _jspx_th_logic_notEqual_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_logic_notEqual_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_logic_notEqual_value_property_name.reuse(_jspx_th_logic_notEqual_0);
return false;
}
private boolean _jspx_meth_bean_message_5(javax.servlet.jsp.tagext.JspTag _jspx_th_logic_notEqual_0, PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// bean:message
org.apache.struts.taglib.bean.MessageTag _jspx_th_bean_message_5 = (org.apache.struts.taglib.bean.MessageTag) _jspx_tagPool_bean_message_key.get(org.apache.struts.taglib.bean.MessageTag.class);
_jspx_th_bean_message_5.setPageContext(pageContext);
_jspx_th_bean_message_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_logic_notEqual_0);
_jspx_th_bean_message_5.setKey("label.tradePass");
int _jspx_eval_bean_message_5 = _jspx_th_bean_message_5.doStartTag();
if (_jspx_th_bean_message_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_bean_message_key.reuse(_jspx_th_bean_message_5);
return false;
}
private boolean _jspx_meth_html_password_0(javax.servlet.jsp.tagext.JspTag _jspx_th_logic_notEqual_0, PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// html:password
org.apache.struts.taglib.html.PasswordTag _jspx_th_html_password_0 = (org.apache.struts.taglib.html.PasswordTag) _jspx_tagPool_html_password_styleClass_size_redisplay_property_maxlength.get(org.apache.struts.taglib.html.PasswordTag.class);
_jspx_th_html_password_0.setPageContext(pageContext);
_jspx_th_html_password_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_logic_notEqual_0);
_jspx_th_html_password_0.setStyleClass("input");
_jspx_th_html_password_0.setMaxlength("6");
_jspx_th_html_password_0.setProperty("tradePass");
_jspx_th_html_password_0.setSize("30");
_jspx_th_html_password_0.setRedisplay(false);
int _jspx_eval_html_password_0 = _jspx_th_html_password_0.doStartTag();
if (_jspx_th_html_password_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_password_styleClass_size_redisplay_property_maxlength.reuse(_jspx_th_html_password_0);
return false;
}
private boolean _jspx_meth_logic_equal_8(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// logic:equal
org.apache.struts.taglib.logic.EqualTag _jspx_th_logic_equal_8 = (org.apache.struts.taglib.logic.EqualTag) _jspx_tagPool_logic_equal_value_property_name.get(org.apache.struts.taglib.logic.EqualTag.class);
_jspx_th_logic_equal_8.setPageContext(pageContext);
_jspx_th_logic_equal_8.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_logic_equal_8.setValue("transfer");
_jspx_th_logic_equal_8.setProperty("action");
_jspx_th_logic_equal_8.setName("TradeLoadInfo");
int _jspx_eval_logic_equal_8 = _jspx_th_logic_equal_8.doStartTag();
if (_jspx_eval_logic_equal_8 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write("\t\t\t<tr>\r\n");
out.write("\t\t\t\t<td>");
if (_jspx_meth_bean_message_6(_jspx_th_logic_equal_8, pageContext))
return true;
out.write("</td>\r\n");
out.write("\t\t\t\t<td>");
if (_jspx_meth_html_text_0(_jspx_th_logic_equal_8, pageContext))
return true;
out.write("</td>\t\r\n");
out.write("\t\t\t\t<td><font color=\"red\">*</font></td>\r\n");
out.write("\t\t\t</tr>\r\n");
out.write("\t\t");
int evalDoAfterBody = _jspx_th_logic_equal_8.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_logic_equal_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_logic_equal_value_property_name.reuse(_jspx_th_logic_equal_8);
return false;
}
private boolean _jspx_meth_bean_message_6(javax.servlet.jsp.tagext.JspTag _jspx_th_logic_equal_8, PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// bean:message
org.apache.struts.taglib.bean.MessageTag _jspx_th_bean_message_6 = (org.apache.struts.taglib.bean.MessageTag) _jspx_tagPool_bean_message_key.get(org.apache.struts.taglib.bean.MessageTag.class);
_jspx_th_bean_message_6.setPageContext(pageContext);
_jspx_th_bean_message_6.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_logic_equal_8);
_jspx_th_bean_message_6.setKey("label.transferAccountID");
int _jspx_eval_bean_message_6 = _jspx_th_bean_message_6.doStartTag();
if (_jspx_th_bean_message_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_bean_message_key.reuse(_jspx_th_bean_message_6);
return false;
}
private boolean _jspx_meth_html_text_0(javax.servlet.jsp.tagext.JspTag _jspx_th_logic_equal_8, PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// html:text
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_0 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_styleClass_size_property_maxlength.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_0.setPageContext(pageContext);
_jspx_th_html_text_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_logic_equal_8);
_jspx_th_html_text_0.setStyleClass("input");
_jspx_th_html_text_0.setMaxlength("10");
_jspx_th_html_text_0.setProperty("transferAccountID");
_jspx_th_html_text_0.setSize("30");
int _jspx_eval_html_text_0 = _jspx_th_html_text_0.doStartTag();
if (_jspx_th_html_text_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_text_styleClass_size_property_maxlength.reuse(_jspx_th_html_text_0);
return false;
}
private boolean _jspx_meth_logic_notEqual_1(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// logic:notEqual
org.apache.struts.taglib.logic.NotEqualTag _jspx_th_logic_notEqual_1 = (org.apache.struts.taglib.logic.NotEqualTag) _jspx_tagPool_logic_notEqual_value_property_name.get(org.apache.struts.taglib.logic.NotEqualTag.class);
_jspx_th_logic_notEqual_1.setPageContext(pageContext);
_jspx_th_logic_notEqual_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_logic_notEqual_1.setValue("logout");
_jspx_th_logic_notEqual_1.setProperty("action");
_jspx_th_logic_notEqual_1.setName("TradeLoadInfo");
int _jspx_eval_logic_notEqual_1 = _jspx_th_logic_notEqual_1.doStartTag();
if (_jspx_eval_logic_notEqual_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write("\t\t<tr>\r\n");
out.write("\t\t\t\t<td>");
if (_jspx_meth_bean_message_7(_jspx_th_logic_notEqual_1, pageContext))
return true;
out.write("</td>\r\n");
out.write("\t\t\t\t<td>");
if (_jspx_meth_html_text_1(_jspx_th_logic_notEqual_1, pageContext))
return true;
out.write("</td>\t\r\n");
out.write("\t\t\t\t<td> </td>\r\n");
out.write("\t\t</tr>\r\n");
out.write("\t\t<tr>\r\n");
out.write("\t\t\t\t<td>");
if (_jspx_meth_bean_message_8(_jspx_th_logic_notEqual_1, pageContext))
return true;
out.write("</td>\r\n");
out.write("\t\t\t\t<td>");
if (_jspx_meth_html_hidden_1(_jspx_th_logic_notEqual_1, pageContext))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -