RE: struts2 problem when file download dialog is closed

2012-04-11 Thread svetlana . roslyakova
returns cashed results from the previous AJAX call. Thanks, Lana. From: adam pinder To: Date: 04/11/2012 01:46 PM Subject:RE: struts2 problem when file download dialog is closed is the user "cancelling" still sending a request to the server and hence you are

RE: struts2 problem when file download dialog is closed

2012-04-11 Thread adam pinder
nce then leave it. > To: user@struts.apache.org > Subject: Re: struts2 problem when file download dialog is closed > From: svetlana.roslyak...@bnymellon.com > Date: Wed, 11 Apr 2012 09:51:39 -0400 > > Venkata, > > I use Struts2 2.2.1.1 version. > I've changed th

Re: struts2 problem when file download dialog is closed

2012-04-11 Thread svetlana . roslyakova
call, it does not go to the server, but instead uses the cashed response. Thanks, Lana. From: vEnkaTa mohAna rAo SriperumbUdUru To: Struts Users Mailing List Date: 04/10/2012 09:19 PM Subject: Re: struts2 problem when file download dialog is closed You are using older

Re: struts2 problem when file download dialog is closed

2012-04-10 Thread vEnkaTa mohAna rAo SriperumbUdUru
You are using older version Struts2.x and change filter to StrutsPrepareAndExecute Filter. On Wed, Apr 11, 2012 at 1:59 AM, wrote: > Hi, > > I've created a struts2 application that creates text file and displays the > file download dialog for the user to open or save it. > It works fine if the

Re: struts2 problem when file download dialog is closed

2012-04-10 Thread Muneer Malik
when the dialog closes, are you still calling the action ? Best, Muneer Malik On Apr 10, 2012, at 3:29 PM, svetlana.roslyak...@bnymellon.com wrote: > Hi, > > I've created a struts2 application that creates text file and displays the > file download dialog for the user to open or save it. >