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
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
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
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..
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
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
--
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
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
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
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.
>
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
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
12 matches
Mail list logo