Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AA05B20049E for ; Thu, 10 Aug 2017 21:44:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A863916C058; Thu, 10 Aug 2017 19:44:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EDB4616C053 for ; Thu, 10 Aug 2017 21:44:41 +0200 (CEST) Received: (qmail 34894 invoked by uid 500); 10 Aug 2017 19:44:41 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 34883 invoked by uid 99); 10 Aug 2017 19:44:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2017 19:44:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3C4FD180714 for ; Thu, 10 Aug 2017 19:44:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.322 X-Spam-Level: X-Spam-Status: No, score=-0.322 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 1edqsWfy4VQI for ; Thu, 10 Aug 2017 19:44:38 +0000 (UTC) Received: from SAHDCMEG1.doj.ca.gov (sahdcmeg1.doj.ca.gov [167.10.5.246]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id EC07F5F245 for ; Thu, 10 Aug 2017 19:44:36 +0000 (UTC) From: Deborah White To: Struts Developers List Subject: Struts2 - Open page in same tab Thread-Topic: Struts2 - Open page in same tab Thread-Index: AdMSEJL9yOjA+Zl/T1K+7HWRMR1ODA== Date: Thu, 10 Aug 2017 19:44:26 +0000 Message-ID: <4A6F5350DAB8AF458FAD059E74456F190150708A90@HDCEXCHMBN1.rescs.caldoj.local> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-tm-as-product-ver: SMEX-12.0.0.1220-8.100.1062-23248.005 x-tm-as-result: No--26.419600-8.000000-31 x-tm-as-matchedid: 1-139704-113220-708196-111604-700362-705718-700345-701827 -700264-702497-700450-700732-701306-709859-111605-700074-303242-704425-1870 67-702058-700469-188124-700079-708797-703223-705441-700826-709009-706817-70 0077-700383-110006-707972-188093-148004-148050-42000 x-tm-as-user-approved-sender: No x-tm-as-user-blocked-sender: No Content-Type: multipart/alternative; boundary="_000_4A6F5350DAB8AF458FAD059E74456F190150708A90HDCEXCHMBN1re_" MIME-Version: 1.0 archived-at: Thu, 10 Aug 2017 19:44:42 -0000 --_000_4A6F5350DAB8AF458FAD059E74456F190150708A90HDCEXCHMBN1re_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have a page that is opening a new tab instead of the same tab. Since I a= m somewhat new to jquery, ajax and struts, I'm wondering if someone can hel= p me. I have this in my jsp: function continueToNext() { document.getElementById("payByCheck").value =3D payByCheck; $('#StatusMessage').html(""); document.getElementById("button_next").disabled =3D "disabled"; document.getElementById("next1").disabled =3D "disabled"; var url =3D ""; document.regSubmitForm.method =3D"POST"; document.regSubmitForm.action =3D url; document.regSubmitForm.submit(); }
In struts.xml: /WEB-INF/jsp/renewSaveESignature.jsp= /WEB-INF/jsp/renewSave.jsp /WEB-INF/jsp/eSignRenewProcRe= view.jsp /WEB-INF/jsp/renewSaveEPay.jsp /WEB-INF/jsp/renewSave.jsp /WEB-INF/jsp/renewReview.jsp /WEB-INF/jsp/sotasExternalHome.jsp CONFIDENTIALITY NOTICE: This communication with its contents may contain co= nfidential and/or legally privileged information. It is solely for the use = of the intended recipient(s). Unauthorized interception, review, use or dis= closure is prohibited and may violate applicable laws including the Electro= nic Communications Privacy Act. If you are not the intended recipient, plea= se contact the sender and destroy all copies of the communication. --_000_4A6F5350DAB8AF458FAD059E74456F190150708A90HDCEXCHMBN1re_--