Re: refresh problem

2007-05-31 Thread Oguz Kologlu
Hi Volkan, I had a similar issue which turned out to be a a bug in the result page. It seems when you have an error in an ajax result page nothing gets reported (probably for good reason), but it makes things difficult to debug. The simplest way I find to resolve it is to make the ajax ca

Re: refresh problem

2007-05-31 Thread Volkan OZYILMAZ
I tryed this problem with FireFox, IE6, IE7. Same results. On 5/31/07, Mark Shifman <[EMAIL PROTECTED]> wrote: I had a similar problem that I never really worked out and I will be interested in hearing if anyone has solved this. I was wondering if this was a caching issue with your browser. I

Re: refresh problem

2007-05-31 Thread Mark Shifman
I had a similar problem that I never really worked out and I will be interested in hearing if anyone has solved this. I was wondering if this was a caching issue with your browser. I had the problem with firefox. any suggestions appreciated. mas Volkan OZYILMAZ wrote: Hello All, I use sturt

RE: Refresh problem

2004-09-30 Thread Paul McCulloch
sor class if you have any issues getting this working. Paul > -Original Message- > From: andy wix [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 6:02 PM > To: [EMAIL PROTECTED] > Subject: RE: Refresh problem > > > Hi, > > Ah, that will be why..

Re: Refresh problem

2004-09-29 Thread Jeff Beal
andy wix wrote: Hi, Ah, that will be why... I use a link to submit. Is there any way to force this to happen without a form? Thanks, Andy _ It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger

RE: Refresh problem

2004-09-29 Thread andy wix
Hi, Ah, that will be why... I use a link to submit. Is there any way to force this to happen without a form? Thanks, Andy _ It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger --

RE: Refresh problem

2004-09-29 Thread Paul McCulloch
The tag will (or should!) render a hidden field, on your html form, containing the token value. Paul > -Original Message- > From: andy wix [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 5:18 PM > To: [EMAIL PROTECTED] > Subject: Refresh problem > > > Hi, > > I have a

Re: Refresh problem.

2004-08-18 Thread Kunal Parikh
Hi nitin! I would attack this issue in two possible ways. Option 1: = addForm.do - Action.saveToken() in execute; listRecords.do - displays records + if( this.isTokenValid( request, true ) ) // true will reset the token (i.e. on refresh, the token will not match) { // do save } // f

Re: Refresh problem.

2004-08-18 Thread Harjot Singh
Hi Nitin Have a look at this (Search for 'token' on this page) http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html Hope you find a solution. Harjot - Original Message - From: "nitin dubey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 200

Re: Refresh problem.

2004-08-18 Thread Deepak
Either redirect to the LIST page or use token for the Add page - Original Message - From: "nitin dubey" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 5:40 PM Subject: Re: Refresh problem. >

Re: Refresh problem.

2004-08-18 Thread nitin dubey
The user is refreshing on the LIST page. :) --- nitin dubey <[EMAIL PROTECTED]> wrote: > Hello, > > I have a page wherein I am listing a set of records. > > This page also has a button for adding new record. > Now if the user clicks the [Add New] button, adds > the > record(after which he is di

Re: Refresh problem

2004-06-01 Thread Hubert Rabago
search the mailing list archive for information on Token Processing. Here's a start: http://marc.theaimsgroup.com/?l=struts-user&w=2&r=1&s=token&q=b Also, consider redirecting to the "list" page after processing a delete, or performing any DB update you don't want repeated by a refresh operation