package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import java.util.*;
import java.sql.*;
import org.apache.log4j.Category;
import jp.co.sint.database.*;
import jp.co.sint.basic.*;
import jp.co.sint.tools.*;
import jp.co.sint.config.*;
import jp.co.sint.beans.mallmgr.*;
import jp.co.sint.beans.mobile.au.*;
import jp.co.sint.tools.*;

public class a_user_edit2_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(4);
    _jspx_includes.add("/mobile/au/customer/../include/a_header_inc.jsp");
    _jspx_includes.add("/include/mobile_filter.jsp");
    _jspx_includes.add("/mobile/au/customer/../include/a_nav_inc.jsp");
    _jspx_includes.add("/mobile/au/customer/../include/a_footer_inc.jsp");
  }

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_response_sendRedirect;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_actionErrors;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siiterator_type_id_collection;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_isTrue_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_isFalse_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody;

  public a_user_edit2_jsp() {
    _jspx_tagPool_response_sendRedirect = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_actionErrors = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siiterator_type_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_isTrue_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_isFalse_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody = new org.apache.jasper.runtime.TagHandlerPool();
  }

  public java.util.List getIncludes() {
    return _jspx_includes;
  }

  public void _jspDestroy() {
    _jspx_tagPool_response_sendRedirect.release();
    _jspx_tagPool_webshop_actionErrors.release();
    _jspx_tagPool_webshop_siiterator_type_id_collection.release();
    _jspx_tagPool_webshop_isTrue_value.release();
    _jspx_tagPool_webshop_isFalse_value.release();
    _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.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=MS932");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			"../util/a_error.jsp", true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");

/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : a_user_edit2.jsp,v 1.0 2004/01/06 Exp $
 * @author      : Jinwang Chen
 * @Description : ﾕｰｻﾞｰ情報登録2
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * Jinwang Chen   2004/01/06  Original
 * Hong M.J       2006/12/06  修正
 */

      out.write("\r\n");
//@ page contentType="text/html;charset=Shift_JIS" 
//7.2.0 ST0325 削除
      out.write("\r\n");
/**タグのセクション*/
      out.write("\r\n");
      out.write("\r\n");
/**エラー遷移先の定義のセクション*/
      out.write("\r\n");
      out.write("\r\n");
/**クラスのインポートのセクション*/
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");

//ログ用のインスタンスの生成(common)
//Category log=Category.getInstance(SIConfig.SILOG4J_WEBSHOP_CATEGORY_NAME);
//本画面に関わるbeansのデータ
UIAUserEdit userEditID=(UIAUserEdit)session.getAttribute(SIConfig.SISESSION_A_USER_EDIT_NAME);
if (userEditID==null)userEditID=new UIAUserEdit();
UIRegCust regCust=userEditID.getRegCust();
String custSrvSite=SIURLMap.getHttpsUrl(request,"webshop.servlet.front.au.customer");
String custReg = "?a=" + SIConfig.SIACTION_LOGIN;
String webshopSite=SIHTMLUtil.getRootPath(request);
//コネクションの取得
SIDatabaseConnection databaseConnection=new SIDatabaseConnection();try{
//顧客属性(営業形態)の取得
Collection custAttrColl00=SICustAttr.getNameCollection(databaseConnection.getConnection(),"0");
//顧客属性(従業員数)の取得
Collection custAttrColl01=SICustAttr.getNameCollection(databaseConnection.getConnection(),"1");
//顧客属性(施術メニュー)の取得
Collection custAttrColl02=SICustAttr.getNameCollection(databaseConnection.getConnection(),"2");

SINameValue name1 = (SINameValue) custAttrColl01.iterator().next();
if (name1 != null && SIUtil.isNull(regCust.getHowToKnow()) && SIUtil.isNotNull(name1.getValue())){
  regCust.setHowToKnow(name1.getValue());
}
//顧客趣味の取得(チェックボックスにチェックする)
String[] aryHobby = regCust.getArrayList_CustHobby(databaseConnection.getConnection(),new SIURLParameter(request));

if(!regCust.isModifyMode() && SIUtil.isNull(regCust.getSalonUrl())) regCust.setSalonUrl("http://");
//コネクションのクローズ
databaseConnection.close();

      out.write("\r\n");
      out.write("<html>\r\n");
      out.write("<body>\r\n");
      out.write("<form action=\"");
      out.print(custSrvSite);
      out.write("\" method=\"post\">\r\n");
      out.write("\r\n");
      out.write("\r\n");
if (!SIURLMap.isMobile(request)) {
      out.write("\r\n");
      /* ----  response:sendRedirect ---- */
      org.apache.taglibs.response.SendRedirectTag _jspx_th_response_sendRedirect_0 = (org.apache.taglibs.response.SendRedirectTag) _jspx_tagPool_response_sendRedirect.get(org.apache.taglibs.response.SendRedirectTag.class);
      _jspx_th_response_sendRedirect_0.setPageContext(pageContext);
      _jspx_th_response_sendRedirect_0.setParent(null);
      int _jspx_eval_response_sendRedirect_0 = _jspx_th_response_sendRedirect_0.doStartTag();
      if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
          javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
          out = _bc;
          _jspx_th_response_sendRedirect_0.setBodyContent(_bc);
          _jspx_th_response_sendRedirect_0.doInitBody();
        }
        do {
          out.print(SIURLMap.getUrl(request,"webshop.servlet.front.main"));
          int evalDoAfterBody = _jspx_th_response_sendRedirect_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
        if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
          out = pageContext.popBody();
      }
      if (_jspx_th_response_sendRedirect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_response_sendRedirect.reuse(_jspx_th_response_sendRedirect_0);
      out.write("\r\n");
}else if (SIURLMap.isAU2(request)) {
      out.write("\r\n");
      if (_jspx_meth_response_sendRedirect_1(pageContext))
        return;
      out.write("\r\n");
}
      out.write("\r\n");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/bglogo.gif\" width=\"100%\" alt=\"BEAUTY GARAGE\">");
      out.write("<br>");
      out.write("<font size=\"1\">&nbsp;");
      out.write("</font>");
      out.write("<br>\r\n");

response.setHeader("Expires", "-1");
response.addHeader("Cache-Control", "no-cache");
response.setHeader("Pragma", "no-cache");
response.setDateHeader("max-age", 0);

      out.write("\r\n");
      out.write("<table width=\"100%\" BGCOLOR=\"gainsboro\">\r\n");
      out.write("<tr>");
      out.write("<td>");
      out.write("<br>");
      out.write("</td>");
      out.write("</tr>\r\n");
if (regCust.getEditModeTxt().equalsIgnoreCase(SIConfig.SIEDIT_MODE_INSERT)){ 
      out.write("\r\n");
 if(userEditID.getSsouserId() != ""){ 
      out.write("\r\n");
      out.write("<tr BGCOLOR=\"cyan\">");
      out.write("<td >");
      out.write("<div align=\"center\">");
      out.write("<img localsrc=\"287\"/>&nbsp;");
      out.write("<font size=\"3\" color=\"black\">追加情報登録(2/2)");
      out.write("</font>&nbsp;");
      out.write("<img localsrc=\"287\"/>");
      out.write("</div>");
      out.write("</td>");
      out.write("</tr>\r\n");
}else{
      out.write("\r\n");
      out.write("<tr BGCOLOR=\"cyan\">");
      out.write("<td >");
      out.write("<div align=\"center\">");
      out.write("<img localsrc=\"287\"/>&nbsp;");
      out.write("<font size=\"3\" color=\"black\">BG会員登録(2/2)");
      out.write("</font>&nbsp;");
      out.write("<img localsrc=\"287\"/>");
      out.write("</div>");
      out.write("</td>");
      out.write("</tr>\r\n");
}
      out.write("\r\n");
}else{
      out.write("\r\n");
      out.write("<tr BGCOLOR=\"cyan\">");
      out.write("<td >");
      out.write("<div align=\"center\">");
      out.write("<img localsrc=\"287\"/>");
      out.write("<font size=\"3\" color=\"black\">お客様情報の変更");
      out.write("</font>");
      out.write("<img localsrc=\"287\"/>");
      out.write("</div>");
      out.write("</td>");
      out.write("</tr>\r\n");
}
      out.write("\r\n");
      out.write("<tr>");
      out.write("<td>");
      out.write("<br>");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
      out.write("<br>\r\n");
      out.write("<font size=\"2\" color=\"black\">ご購入時の納品先を入力してください。");
      out.write("</font>");
      out.write("<br>");
      out.write("<br>\r\n");
      out.write("<font size=\"2\" color=\"black\">※ご購入時に別途、納品先の指定も出来ます。");
      out.write("</font>");
      out.write("<br>");
      out.write("<br>\r\n");
      out.write("<hr size=\"1\" color=\"blue\">\r\n");
      out.write("<font size=\"1\" color=\"red\">");
      if (_jspx_meth_webshop_actionErrors_0(pageContext))
        return;
      out.write("</font>");
      out.write("<br>\r\n");
      out.write("<font size=\"2\" color=\"black\">");
      out.write("<font color=\"red\">※");
      out.write("</font>印の項目については、必ずご入力ください。");
      out.write("</font>");
      out.write("<br>");
      out.write("<br>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●");
      out.write("<font color=\"red\">※");
      out.write("</font>郵便番号(半角数字)");
      out.write("</font>");
      out.write("</div>");
      out.write("<div align=\"left\">&nbsp;&nbsp;");
      out.write("<input type=\"text\" name=\"postCode1\" size=\"3\" maxlength=\"3\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getPostCode1()));
      out.write("\" iSTYLE=4>-\r\n");
      out.write("<input type=\"text\" name=\"postCode2\" size=\"4\" maxlength=\"4\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getPostCode2()));
      out.write("\" iSTYLE=4>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●");
      out.write("<font color=\"red\">※");
      out.write("</font>都道府県(全角)");
      out.write("</font>");
      out.write("</div>");
      out.write("<div align=\"left\">&nbsp;&nbsp;");
      out.write("<input type=\"text\" name=\"address1\" size=\"10\" maxlength=\"8\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getAddress1()));
      out.write("\" iSTYLE=1>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●");
      out.write("<font color=\"red\">※");
      out.write("</font>市区町村、番地(全角)");
      out.write("</font>");
      out.write("</div>");
      out.write("<div align=\"left\">&nbsp;&nbsp;");
      out.write("<input type=\"text\" name=\"address2\" size=\"20\" maxlength=\"100\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getAddress2()));
      out.write("\" iSTYLE=1>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●ﾋﾞﾙ名称、階数など(全角)");
      out.write("</font>");
      out.write("</div>");
      out.write("<div align=\"left\">&nbsp;&nbsp;");
      out.write("<input type=\"text\" name=\"address3\" size=\"20\" maxlength=\"100\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getAddress3()));
      out.write("\" iSTYLE=1>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●");
      out.write("<font color=\"red\">※");
      out.write("</font>電話番号(半角数字)");
      out.write("</font>");
      out.write("</div>");
      out.write("<div align=\"left\">");
      out.write("<font size = \"1\" color=\"black\">｢-｣は入力しないでください。");
      out.write("</font>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">&nbsp;&nbsp;&nbsp;");
      out.write("<font size=\"2\" color=\"black\">例) 0353364100");
      out.write("</font>");
      out.write("</div>&nbsp;&nbsp;");
      out.write("<input type=\"text\" name=\"storeTel\" size=\"14\" maxlength=\"20\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getStoreTel()));
      out.write("\" iSTYLE=4>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●FAX番号(半角数字)");
      out.write("</font>");
      out.write("</div>");
      out.write("<div align=\"left\">");
      out.write("<font size = \"1\" color=\"black\">｢-｣は入力しないでください。");
      out.write("</font>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">&nbsp;&nbsp;&nbsp;");
      out.write("<font size=\"2\" color=\"black\">例) 0353364101");
      out.write("</font>");
      out.write("</div>&nbsp;&nbsp;");
      out.write("<input type=\"text\" name=\"fax\" size=\"16\" maxlength=\"16\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getFax()));
      out.write("\" iSTYLE=4>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●ｻﾛﾝ名(全角)");
      out.write("</font>");
      out.write("</div>");
      out.write("<div align=\"left\">&nbsp;&nbsp;");
      out.write("<input type=\"text\" name=\"companyName\" size=\"20\" maxlength=\"100\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getCompanyName()));
      out.write("\" iSTYLE=1>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●会社名(全角)");
      out.write("</font>");
      out.write("</div>");
      out.write("<div align=\"left\">&nbsp;&nbsp;");
      out.write("<input type=\"text\" name=\"corporationName\" size=\"20\" maxlength=\"100\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getCorporationName()));
      out.write("\" iSTYLE=1>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●ｻﾛﾝﾎｰﾑﾍﾟｰｼﾞURL");
      out.write("</font>");
      out.write("</div>");
      out.write("<div align=\"left\">&nbsp;&nbsp;");
      out.write("<input type=\"text\" name=\"salonUrl\" size=\"20\" maxlength=\"256\" value=\"");
      out.print(SIHTMLUtil.HTMLEncode(regCust.getSalonUrl()));
      out.write("\" iSTYLE=3>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●");
      out.write("<font color=\"red\">※");
      out.write("</font>営業形態(選択)");
      out.write("</div>");
      out.write("<div align=\"left\">&nbsp;\r\n");
      out.write("<select name=\"job\">");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_0 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_0.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_0.setParent(null);
      _jspx_th_webshop_siiterator_0.setType("jp.co.sint.basic.SINameValue");
      _jspx_th_webshop_siiterator_0.setCollection(custAttrColl00);
      _jspx_th_webshop_siiterator_0.setId("jobID");
      int _jspx_eval_webshop_siiterator_0 = _jspx_th_webshop_siiterator_0.doStartTag();
      if (_jspx_eval_webshop_siiterator_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValue jobID = null;
        jobID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("jobID");
        do {
          out.write("\r\n");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_0 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_0.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_0.setParent(_jspx_th_webshop_siiterator_0);
          _jspx_th_webshop_isTrue_0.setValue(jobID.getValue().equals(regCust.getJob()));
          int _jspx_eval_webshop_isTrue_0 = _jspx_th_webshop_isTrue_0.doStartTag();
          if (_jspx_eval_webshop_isTrue_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("<option value=\"");
              out.print(SIHTMLUtil.HTMLEncode(jobID.getValue()));
              out.write("\" selected>");
              out.print(SIHTMLUtil.HTMLEncode(SIStringUtil.toHankakuKana(jobID.getName())));
              out.write("</option>");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_0);
          out.write("\r\n");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_0 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_0.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_0.setParent(_jspx_th_webshop_siiterator_0);
          _jspx_th_webshop_isFalse_0.setValue(jobID.getValue().equals(regCust.getJob()));
          int _jspx_eval_webshop_isFalse_0 = _jspx_th_webshop_isFalse_0.doStartTag();
          if (_jspx_eval_webshop_isFalse_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("<option value=\"");
              out.print(SIHTMLUtil.HTMLEncode(jobID.getValue()));
              out.write("\">");
              out.print(SIHTMLUtil.HTMLEncode(SIStringUtil.toHankakuKana(jobID.getName())));
              out.write("</option>");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_0);
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_0.doAfterBody();
          jobID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("jobID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_0);
      out.write("</select>");
      out.write("</font>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●従業員数(選択)");
      out.write("</div>");
      out.write("<div align=\"left\">&nbsp;");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_0 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_0.setPageContext(pageContext);
      _jspx_th_webshop_siselect_0.setParent(null);
      _jspx_th_webshop_siselect_0.setDefaultAlways("true");
      _jspx_th_webshop_siselect_0.setName("howToKnow");
      _jspx_th_webshop_siselect_0.setDefault(SIHTMLUtil.HTMLEncode(regCust.getHowToKnow()));
      _jspx_th_webshop_siselect_0.setCollection(custAttrColl01);
      int _jspx_eval_webshop_siselect_0 = _jspx_th_webshop_siselect_0.doStartTag();
      if (_jspx_th_webshop_siselect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_defaultAlways_default_collection_nobody.reuse(_jspx_th_webshop_siselect_0);
      out.write("</font>");
      out.write("</div>\r\n");
      out.write("<div align=\"left\">");
      out.write("<font size=\"2\" color=\"black\">●施術ﾒﾆｭｰ(複数選択)");
      out.write("</div>");
      out.write("<div align=\"left\">\r\n");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_1 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_1.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_1.setParent(null);
      _jspx_th_webshop_siiterator_1.setType("jp.co.sint.basic.SINameValue");
      _jspx_th_webshop_siiterator_1.setCollection(custAttrColl02);
      _jspx_th_webshop_siiterator_1.setId("hobbyID");
      int _jspx_eval_webshop_siiterator_1 = _jspx_th_webshop_siiterator_1.doStartTag();
      if (_jspx_eval_webshop_siiterator_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValue hobbyID = null;
        hobbyID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("hobbyID");
        do {
          out.write("\r\n");
int i = 0; boolean exist = false; while (aryHobby.length > i){if(aryHobby[i].equals(hobbyID.getValue())){exist = true; break;} i++;}
          out.write("\r\n");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_1 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_1.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_1.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_isTrue_1.setValue(exist);
          int _jspx_eval_webshop_isTrue_1 = _jspx_th_webshop_isTrue_1.doStartTag();
          if (_jspx_eval_webshop_isTrue_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("&nbsp;&nbsp;");
              out.write("<input type=\"checkbox\" name=\"hobby\" value=\"");
              out.print(SIHTMLUtil.HTMLEncode(hobbyID.getValue()));
              out.write("\" checked=\"true\"/>");
              out.print(SIHTMLUtil.HTMLEncode(SIStringUtil.toHankakuKana(hobbyID.getName())));
              out.write("<br>");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_1.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_1);
          out.write("\r\n");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_1 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_1.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_1.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_isFalse_1.setValue(exist);
          int _jspx_eval_webshop_isFalse_1 = _jspx_th_webshop_isFalse_1.doStartTag();
          if (_jspx_eval_webshop_isFalse_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("&nbsp;&nbsp;");
              out.write("<input type=\"checkbox\" name=\"hobby\" value=\"");
              out.print(SIHTMLUtil.HTMLEncode(hobbyID.getValue()));
              out.write("\"/>");
              out.print(SIHTMLUtil.HTMLEncode(SIStringUtil.toHankakuKana(hobbyID.getName())));
              out.write("<br>");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_1.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_1);
          out.write("\r\n");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_2 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_2.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_2.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_isTrue_2.setValue(hobbyID.getName().equals("その他"));
          int _jspx_eval_webshop_isTrue_2 = _jspx_th_webshop_isTrue_2.doStartTag();
          if (_jspx_eval_webshop_isTrue_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("&nbsp;&nbsp;（");
              out.write("<input type=\"text\" name=\"otherMenu\" value=\"");
              out.print(regCust.getOtherMenu());
              out.write("\" size=\"20\" maxlength=\"50\" iSTYLE=1>）");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_2.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_2);
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_1.doAfterBody();
          hobbyID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("hobbyID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_1);
      out.write("\r\n");
      out.write("</font>");
      out.write("</div>\r\n");
      out.write("\r\n");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_3 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_3.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_3.setParent(null);
      _jspx_th_webshop_isTrue_3.setValue(regCust.getEditModeTxt().equalsIgnoreCase(SIConfig.SIEDIT_MODE_INSERT));
      int _jspx_eval_webshop_isTrue_3 = _jspx_th_webshop_isTrue_3.doStartTag();
      if (_jspx_eval_webshop_isTrue_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
          out.write("<div align=\"left\">");
          out.write("<font size=\"2\" color=\"black\">●ｶﾀﾛｸﾞ無料ﾌﾟﾚｾﾞﾝﾄ（");
          out.write("<font color=\"red\">※ご登録住所宛てに、無料でｶﾀﾛｸﾞをお届けいたします。");
          out.write("</font>）");
          out.write("<br>※ｶﾀﾛｸﾞ送付をご希望の方は、ｶﾀﾛｸﾞの種類をお選び下さい。（複数回答可）");
          out.write("</font>");
          out.write("</div>\r\n");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_4 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_4.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_4.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_isTrue_4.setValue(regCust.getCatalogRequest().equals("1")||regCust.getCatalogRequest().equals("3"));
          int _jspx_eval_webshop_isTrue_4 = _jspx_th_webshop_isTrue_4.doStartTag();
          if (_jspx_eval_webshop_isTrue_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<div align=\"left\">&nbsp;&nbsp;");
              out.write("<input type=\"checkbox\" name=\"catalogType1\" value=\"1\" checked/>");
              out.write("<font size=\"2\" color=\"black\">BG STYLE 2015 Vol.13(for ﾍｱｻﾛﾝ)");
              out.write("</font>");
              out.write("</div>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_4.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_4);
          out.write("\r\n");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_2 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_2.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_2.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_isFalse_2.setValue(regCust.getCatalogRequest().equals("1")||regCust.getCatalogRequest().equals("3"));
          int _jspx_eval_webshop_isFalse_2 = _jspx_th_webshop_isFalse_2.doStartTag();
          if (_jspx_eval_webshop_isFalse_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<div align=\"left\">&nbsp;&nbsp;");
              out.write("<input type=\"checkbox\" name=\"catalogType1\" value=\"1\"/>");
              out.write("<font size=\"2\" color=\"black\">BG STYLE 2015 Vol.13(for ﾍｱｻﾛﾝ)");
              out.write("</font>");
              out.write("</div>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_2.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_2);
          out.write("\r\n");
          /* ----  webshop:isTrue ---- */
          jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_5 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
          _jspx_th_webshop_isTrue_5.setPageContext(pageContext);
          _jspx_th_webshop_isTrue_5.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_isTrue_5.setValue(regCust.getCatalogRequest().equals("2")||regCust.getCatalogRequest().equals("3"));
          int _jspx_eval_webshop_isTrue_5 = _jspx_th_webshop_isTrue_5.doStartTag();
          if (_jspx_eval_webshop_isTrue_5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<div align=\"left\">&nbsp;&nbsp;");
              out.write("<input type=\"checkbox\" name=\"catalogType2\" value=\"2\" checked/>");
              out.write("<font size=\"2\" color=\"black\">BG STYLE 2015 Vol.14(for ｴｽﾃ・ﾈｲﾙ・ｱｲﾗｯｼｭ)");
              out.write("</font>");
              out.write("</div>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_isTrue_5.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isTrue_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_5);
          out.write("\r\n");
          /* ----  webshop:isFalse ---- */
          jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_3 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
          _jspx_th_webshop_isFalse_3.setPageContext(pageContext);
          _jspx_th_webshop_isFalse_3.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_isFalse_3.setValue(regCust.getCatalogRequest().equals("2")||regCust.getCatalogRequest().equals("3"));
          int _jspx_eval_webshop_isFalse_3 = _jspx_th_webshop_isFalse_3.doStartTag();
          if (_jspx_eval_webshop_isFalse_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<div align=\"left\">&nbsp;&nbsp;");
              out.write("<input type=\"checkbox\" name=\"catalogType2\" value=\"2\"/>");
              out.write("<font size=\"2\" color=\"black\">BG STYLE 2015 Vol.14(for ｴｽﾃ・ﾈｲﾙ・ｱｲﾗｯｼｭ)");
              out.write("</font>");
              out.write("</div>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_isFalse_3.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_isFalse_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_3);
          out.write("\r\n");
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_3.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_3);
      out.write("\r\n");
      out.write("\r\n");
      out.write("<hr size=\"1\" color=\"blue\">");
      out.write("<br>\r\n&nbsp;&nbsp;");
      out.write("<input type=\"submit\" value=\"確認画面\">");
      out.write("<br>");
      out.write("<br>\r\n&nbsp;&nbsp;");
      out.write("<a href=\"");
      out.print(custSrvSite+"?a="+SIConfig.SIACTION_REMODIFY);
      out.write("\">");
      out.write("<font color=\"blue\" size=\"2\">前の画面に戻る");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<table width=\"100%\" BGCOLOR=\"gainsboro\">\r\n");
      out.write("<tr>");
      out.write("<td>");
      out.write("<hr size=\"1\" color=\"blue\">");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("<tr>");
      out.write("<td>");
      out.write("&nbsp;");
      out.write("<img localsrc=\"184\"/>&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.au.main"));
      out.write("\" accesskey=\"5\">");
      out.write("<font size=\"2\" color=\"blue\">ﾄｯﾌﾟに戻る");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n&nbsp;");
      out.write("<img localsrc=\"185\"/>&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.au.cart"));
      out.write("\" accesskey=\"6\">");
      out.write("<font size=\"2\" color=\"blue\">お会計");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n&nbsp;");
      out.write("<img localsrc=\"186\"/>&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.au.customer.menu"));
      out.write("\" accesskey=\"7\">");
      out.write("<font size=\"2\" color=\"blue\">ﾏｲﾍﾟｰｼﾞ");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n&nbsp;");
      out.write("<img localsrc=\"187\"/>&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.au.howto"));
      out.write("\" accesskey=\"8\">");
      out.write("<font size=\"2\" color=\"blue\">ご利用方法");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n&nbsp;");
      out.write("<img localsrc=\"188\"/>&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.au.mall.company"));
      out.write("\" accesskey=\"9\">");
      out.write("<font size=\"2\" color=\"blue\">全国ｼｮｰﾙｰﾑご案内");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n&nbsp;");
      out.write("<img localsrc=\"325\"/>&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.au.login"));
      out.write("\" accesskey=\"0\">");
      out.write("<font size=\"2\" color=\"blue\">ﾛｸﾞｲﾝ");
      out.write("</font>");
      out.write("</a>\r\n");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("<tr>");
      out.write("<td>");
      out.write("<hr size=\"1\" color=\"blue\">\r\n");
      out.write("<div align=\"center\">");
      out.write("<font size=\"1\" >Copyright by");
      out.write("</font>");
      out.write("</div>\r\n");
      out.write("<div align=\"center\">");
      out.write("<font size=\"1\" >BEAUTY GARAGE INC.");
      out.write("</font>");
      out.write("</div>\r\n");
      out.write("<div align=\"center\">");
      out.write("<font size=\"1\" >All rights reserved.");
      out.write("</font>");
      out.write("</div>\r\n");
      out.write("<img src=\"");
      out.print(SIBGUtil.googleAnalyticsGetImageUrl(request,""));
      out.write("\" />");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
      out.write("<input type=\"hidden\" name=\"scrID\" value=\"2\">\r\n");
      out.write("<input type=\"hidden\" name=\"a\" value=\"");
      out.print(SIConfig.SIACTION_CONFIRM);
      out.write("\">\r\n");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_6 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_6.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_6.setParent(null);
      _jspx_th_webshop_isTrue_6.setValue(SIUtil.isNotNull(userEditID.getNextUrlTxt()));
      int _jspx_eval_webshop_isTrue_6 = _jspx_th_webshop_isTrue_6.doStartTag();
      if (_jspx_eval_webshop_isTrue_6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
          out.write("<input type=\"hidden\" name=\"nid\" value=\"");
          out.print(userEditID.getNextUrlTxt());
          out.write("\">\r\n");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_6.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_6);
      out.write("\r\n");
      out.write("</form>\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");
}catch(Exception e){e.printStackTrace();throw new ServletException();}finally{databaseConnection.close();}
      out.write("\r\n");
    } catch (Throwable t) {
      out = _jspx_out;
      if (out != null && out.getBufferSize() != 0)
        out.clearBuffer();
      if (pageContext != null) pageContext.handlePageException(t);
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }

  private boolean _jspx_meth_response_sendRedirect_1(javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  response:sendRedirect ---- */
    org.apache.taglibs.response.SendRedirectTag _jspx_th_response_sendRedirect_1 = (org.apache.taglibs.response.SendRedirectTag) _jspx_tagPool_response_sendRedirect.get(org.apache.taglibs.response.SendRedirectTag.class);
    _jspx_th_response_sendRedirect_1.setPageContext(pageContext);
    _jspx_th_response_sendRedirect_1.setParent(null);
    int _jspx_eval_response_sendRedirect_1 = _jspx_th_response_sendRedirect_1.doStartTag();
    if (_jspx_eval_response_sendRedirect_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      if (_jspx_eval_response_sendRedirect_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
        javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
        out = _bc;
        _jspx_th_response_sendRedirect_1.setBodyContent(_bc);
        _jspx_th_response_sendRedirect_1.doInitBody();
      }
      do {
        out.write("http://www.beautygarage.jp/errorAU.html");
        int evalDoAfterBody = _jspx_th_response_sendRedirect_1.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
      if (_jspx_eval_response_sendRedirect_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
        out = pageContext.popBody();
    }
    if (_jspx_th_response_sendRedirect_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_response_sendRedirect.reuse(_jspx_th_response_sendRedirect_1);
    return false;
  }

  private boolean _jspx_meth_webshop_actionErrors_0(javax.servlet.jsp.PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    /* ----  webshop:actionErrors ---- */
    jp.co.sint.taglib.SIActionErrorsTag _jspx_th_webshop_actionErrors_0 = (jp.co.sint.taglib.SIActionErrorsTag) _jspx_tagPool_webshop_actionErrors.get(jp.co.sint.taglib.SIActionErrorsTag.class);
    _jspx_th_webshop_actionErrors_0.setPageContext(pageContext);
    _jspx_th_webshop_actionErrors_0.setParent(null);
    int _jspx_eval_webshop_actionErrors_0 = _jspx_th_webshop_actionErrors_0.doStartTag();
    if (_jspx_eval_webshop_actionErrors_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      if (_jspx_eval_webshop_actionErrors_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
        javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
        out = _bc;
        _jspx_th_webshop_actionErrors_0.setBodyContent(_bc);
        _jspx_th_webshop_actionErrors_0.doInitBody();
      }
      do {
        out.write("<br>");
        int evalDoAfterBody = _jspx_th_webshop_actionErrors_0.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
      if (_jspx_eval_webshop_actionErrors_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
        out = pageContext.popBody();
    }
    if (_jspx_th_webshop_actionErrors_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_webshop_actionErrors.reuse(_jspx_th_webshop_actionErrors_0);
    return false;
  }
}
