Re: Struts2 - Open page in same tab

2017-08-10 Thread Dave Newton
On Thu, Aug 10, 2017 at 5:14 PM, Deborah White wrote: > I removed target attribute but when I click Next, it opens a new tab. It's tough to understand what's going on. You have a few JS functions that open new windows, but it's not clear to me when or why they'd be

RE: Struts2 - Open page in same tab

2017-08-10 Thread Deborah White
I removed target attribute but when I click Next, it opens a new tab. -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Thursday, August 10, 2017 1:35 PM To: Struts Users Mailing List Subject: Re: Struts2 - Open page in same tab Same

Re: Struts2 - Open page in same tab

2017-08-10 Thread Dave Newton
Same window is the default. On Thu, Aug 10, 2017 at 4:18 PM Deborah White wrote: > If I want it to open in the same tab? > > -Original Message- > From: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Sent: Thursday, August 10, 2017 1:16 PM > To: Struts Users

RE: Struts2 - Open page in same tab

2017-08-10 Thread Deborah White
If I want it to open in the same tab? -Original Message- From: Lukasz Lenart [mailto:lukaszlen...@apache.org] Sent: Thursday, August 10, 2017 1:16 PM To: Struts Users Mailing List Subject: Re: Struts2 - Open page in same tab 2017-08-10 22:10 GMT+02:00 Deborah

Re: Struts2 - Open page in same tab

2017-08-10 Thread Lukasz Lenart
2017-08-10 22:10 GMT+02:00 Deborah White : > action="" target="_self"> I would remove the "target" attribute Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail:

RE: Struts2 - Open page in same tab

2017-08-10 Thread Deborah White
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@taglib uri="/struts-tags" prefix="s" %> http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;> http://www.w3.org/1999/xhtml; xml:lang="en" lang="en"> $(document).ready( function() { var ePayAmount =

Re: Struts2 - Open page in same tab

2017-08-10 Thread Lukasz Lenart
Please post the whole form or at lease form definition Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Struts2 - Open page in same tab

2017-08-10 Thread Deborah White
> I have a page that is opening a new tab instead of the same tab. Since I am > somewhat new to jquery, ajax and struts, I'm wondering if someone can help me. > > > I have this in my jsp: > > function continueToNext() { > document.getElementById("payByCheck").value =

[ANN] Apache Struts: S2-049 Security Bulletin update

2017-08-10 Thread Lukasz Lenart
This is an update of the recently announced Security Bulletin S2-049 - http://struts.apache.org/docs/s2-049.html The bulletin was extended with an additional information when the potential vulnerability can be present in your application. Please re-read the mentioned bulletin and apply required