📄 bookedit_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class bookEdit_jsp extends HttpJspBase {
private static java.util.Vector _jspx_includes;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_html;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_form_method_action;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_text_value_size_readonly_property;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_text_value_size_property;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_hidden_value_property;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_text_size_property;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_submit_value_property;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_reset_value_property;
public bookEdit_jsp() {
_jspx_tagPool_html_html = new org.apache.jasper.runtime.TagHandlerPool();
_jspx_tagPool_html_form_method_action = new org.apache.jasper.runtime.TagHandlerPool();
_jspx_tagPool_html_text_value_size_readonly_property = new org.apache.jasper.runtime.TagHandlerPool();
_jspx_tagPool_html_text_value_size_property = new org.apache.jasper.runtime.TagHandlerPool();
_jspx_tagPool_html_hidden_value_property = new org.apache.jasper.runtime.TagHandlerPool();
_jspx_tagPool_html_text_size_property = new org.apache.jasper.runtime.TagHandlerPool();
_jspx_tagPool_html_submit_value_property = new org.apache.jasper.runtime.TagHandlerPool();
_jspx_tagPool_html_reset_value_property = new org.apache.jasper.runtime.TagHandlerPool();
}
public java.util.List getIncludes() {
return _jspx_includes;
}
public void _jspDestroy() {
_jspx_tagPool_html_html.release();
_jspx_tagPool_html_form_method_action.release();
_jspx_tagPool_html_text_value_size_readonly_property.release();
_jspx_tagPool_html_text_value_size_property.release();
_jspx_tagPool_html_hidden_value_property.release();
_jspx_tagPool_html_text_size_property.release();
_jspx_tagPool_html_submit_value_property.release();
_jspx_tagPool_html_reset_value_property.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
javax.servlet.jsp.PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=GB2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
/* ---- html:html ---- */
org.apache.struts.taglib.html.HtmlTag _jspx_th_html_html_0 = (org.apache.struts.taglib.html.HtmlTag) _jspx_tagPool_html_html.get(org.apache.struts.taglib.html.HtmlTag.class);
_jspx_th_html_html_0.setPageContext(pageContext);
_jspx_th_html_html_0.setParent(null);
int _jspx_eval_html_html_0 = _jspx_th_html_html_0.doStartTag();
if (_jspx_eval_html_html_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write("<head>\r\n");
out.write("<title>图书修改系统");
out.write("</title>\r\n");
out.write("</head>\r\n");
String bookId = request.getParameter("bookId");
String bookName = request.getParameter("bookName");
String author = request.getParameter("author");
String publishComm = request.getParameter("publishComm");
out.write("\r\n");
out.write("<body bgColor=#EFEFEF>\r\n");
out.write("<h1 align=\"center\">图书信息修改");
out.write("</h1>\r\n");
out.write("<h2 align=\"center\">修改图书图书信息:");
out.write("</h2>\r\n");
/* ---- html:form ---- */
org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0 = (org.apache.struts.taglib.html.FormTag) _jspx_tagPool_html_form_method_action.get(org.apache.struts.taglib.html.FormTag.class);
_jspx_th_html_form_0.setPageContext(pageContext);
_jspx_th_html_form_0.setParent(_jspx_th_html_html_0);
_jspx_th_html_form_0.setAction("/bookUpdateAction");
_jspx_th_html_form_0.setMethod("POST");
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("<table border=\"0\" cellspacing=\"0\" width=\"100%\" id=\"AutoNumber4\" cellpadding=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" height=\"68\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"31%\" align=\"right\" height=\"34\">书号:");
out.write("</td>\r\n ");
out.write("<td width=\"69%\" height=\"34\">\r\n ");
/* ---- html:text ---- */
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_0 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_value_size_readonly_property.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_0.setPageContext(pageContext);
_jspx_th_html_text_0.setParent(_jspx_th_html_form_0);
_jspx_th_html_text_0.setProperty("bookId");
_jspx_th_html_text_0.setValue(bookId);
_jspx_th_html_text_0.setReadonly(true);
_jspx_th_html_text_0.setSize("20");
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;
_jspx_tagPool_html_text_value_size_readonly_property.reuse(_jspx_th_html_text_0);
out.write("</td>\r\n ");
out.write("</tr>\r\n\r\n\t\t");
out.write("<tr>\r\n ");
out.write("<td width=\"31%\" align=\"right\" height=\"34\">书名:");
out.write("</td>\r\n ");
out.write("<td width=\"69%\" height=\"34\">\r\n ");
/* ---- html:text ---- */
org.apache.struts.taglib.html.TextTag _jspx_th_html_text_1 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_value_size_property.get(org.apache.struts.taglib.html.TextTag.class);
_jspx_th_html_text_1.setPageContext(pageContext);
_jspx_th_html_text_1.setParent(_jspx_th_html_form_0);
_jspx_th_html_text_1.setProperty("bookName");
_jspx_th_html_text_1.setValue(bookName);
_jspx_th_html_text_1.setSize("20");
int _jspx_eval_html_text_1 = _jspx_th_html_text_1.doStartTag();
if (_jspx_th_html_text_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
_jspx_tagPool_html_text_value_size_property.reuse(_jspx_th_html_text_1);
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"31%\" align=\"right\" height=\"17\">作者:");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -