package org.apache.jsp.login;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class register_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
private static java.util.Vector _jspx_dependants;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_s_text_name_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_s_form_method_action;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_s_textfield_name_label_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_s_password_size_name_label_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_s_select_name_list_label_headerValue_headerKey;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_s_a_href;
private org.glassfish.jsp.api.ResourceInjector _jspx_resourceInjector;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_s_text_name_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_s_form_method_action = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_s_textfield_name_label_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_s_password_size_name_label_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_s_select_name_list_label_headerValue_headerKey = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_s_a_href = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_s_text_name_nobody.release();
_jspx_tagPool_s_form_method_action.release();
_jspx_tagPool_s_textfield_name_label_nobody.release();
_jspx_tagPool_s_password_size_name_label_nobody.release();
_jspx_tagPool_s_select_name_list_label_headerValue_headerKey.release();
_jspx_tagPool_s_a_href.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
PageContext pageContext = null;
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;
_jspx_resourceInjector = (org.glassfish.jsp.api.ResourceInjector) application.getAttribute("com.sun.appserv.jsp.resource.injector");
out.write("\n");
out.write("\n");
out.write("<!DOCTYPE html>\n");
out.write("<html>\n");
out.write(" <head>\n");
out.write(" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n");
out.write(" <title>");
if (_jspx_meth_s_text_0(_jspx_page_context))
return;
out.write("</title>\n");
out.write(" </head>\n");
out.write(" <body bgcolor=\"#CCCCFF\">\n");
out.write(" ");
if (_jspx_meth_s_form_0(_jspx_page_context))
return;
out.write("\n");
out.write(" </body>\n");
out.write("</html>\n");
} 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);
else throw new ServletException(t);
}
} finally {
_jspxFactory.releasePageContext(_jspx_page_context);
}
}
private boolean _jspx_meth_s_text_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// s:text
org.apache.struts2.views.jsp.TextTag _jspx_th_s_text_0 = (org.apache.struts2.views.jsp.TextTag) _jspx_tagPool_s_text_name_nobody.get(org.apache.struts2.views.jsp.TextTag.class);
_jspx_th_s_text_0.setPageContext(_jspx_page_context);
_jspx_th_s_text_0.setParent(null);
_jspx_th_s_text_0.setName("个人信息管理系统->注册");
int _jspx_eval_s_text_0 = _jspx_th_s_text_0.doStartTag();
if (_jspx_th_s_text_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_s_text_name_nobody.reuse(_jspx_th_s_text_0);
return true;
}
_jspx_tagPool_s_text_name_nobody.reuse(_jspx_th_s_text_0);
return false;
}
private boolean _jspx_meth_s_form_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// s:form
org.apache.struts2.views.jsp.ui.FormTag _jspx_th_s_form_0 = (org.apache.struts2.views.jsp.ui.FormTag) _jspx_tagPool_s_form_method_action.get(org.apache.struts2.views.jsp.ui.FormTag.class);
_jspx_th_s_form_0.setPageContext(_jspx_page_context);
_jspx_th_s_form_0.setParent(null);
_jspx_th_s_form_0.setAction("registerAction");
_jspx_th_s_form_0.setMethod("post");
int _jspx_eval_s_form_0 = _jspx_th_s_form_0.doStartTag();
if (_jspx_eval_s_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
if (_jspx_eval_s_form_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_s_form_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_s_form_0.doInitBody();
}
do {
out.write("\n");
out.write(" <table align=\"center\">\n");
out.write(" <tr>\n");
out.write(" \n");
out.write(" <td width=\"40%\">\n");
out.write(" <table border=\"2\" bgcolor=\"#AABBCCDD\" width=\"100%\" align=\"center\">\n");
out.write(" <tr>\n");
out.write(" <td colspan=\"2\" align=\"center\">\n");
out.write(" <font color=\"yellow\">");
if (_jspx_meth_s_text_1((javax.servlet.jsp.tagext.JspTag) _jspx_th_s_form_0, _jspx_page_context))
return true;
out.write("</font>\n");
out.write(" </td>\n");
out.write(" </tr>\n");
out.write(" <tr>\n");
out.write(" <td>\n");
out.write(" ");
if (_jspx_meth_s_textfield_0((javax.servlet.jsp.tagext.JspTag) _jspx_th_s_form_0, _jspx_page_context))
return true;
out.write("\n");
out.write(" </td>\n");
out.write(" </tr>\n");
out.write(" <tr>\n");
out.write(" <td>\n");
out.write(" ");
if (_jspx_meth_s_password_0((javax.servlet.jsp.tagext.JspTag) _jspx_th_s_form_0, _jspx_page_context))
return true;
out.write("\n");
out.write("