If you simply want to prevent "double clicking", you can add an
onclick even like onclick="this.disabled='true'" so the user can't
click the button again.
But if that's not the solution you're looking for, here's a quick
article on some struts best practices, but it has some info about
tokens in it. I hope you find it helpful.
http://www.jaxmagazine.com/itr/online_artikel/psecom,id,648,nodeid,
147.html
On Jul 17, 2006, at 8:24 AM, Li wrote:
you can use saveToken(), and isTokenValid() to check twice
submission. Check
Struts Web for details.
On 7/17/06, Pillay, Kiren KN <[EMAIL PROTECTED]> wrote:
Hi
I saw a saveToken method somewhere in Action that can be used to
circumvent this problem.
Regards
Kiren
-----Original Message-----
From: Michael Jouravlev [mailto:[EMAIL PROTECTED]
Sent: 14 July 2006 08:21 PM
To: Struts Users Mailing List
Subject: Re: How to disable the submit button after first click
On 7/14/06, priyadarsh kankipati <[EMAIL PROTECTED]> wrote:
> Thanks Krishna for your suggestion. Can you please elaborate on
your
suggestion?
>
> Thanks Robert for your suggestion.
> But I think this will not work as can't change the value of the
"disabled" attribute till the page loads.
> My requirement is: I need to disable the submit button to avoid
double submit. To be clear, lets say the user is booking an online
travel ticket. I want to avoid the user to double submit and hence
purchase twice.
The most robust way is to do it on database level.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_____________________________________________________________________
_____________________________________________________________
Standard Bank Disclaimer and Confidentiality Note
This e-mail, its attachments and any rights attaching hereto are,
unless
the context clearly indicates otherwise, the property of Standard
Bank Group
Limited
and/or its subsidiaries ("the Group"). It is confidential, private
and
intended for the addressee only. Should you not be the addressee
and receive
this e-mail by
mistake, kindly notify the sender, and delete this e-mail,
immediately and
do not disclose or use same in any manner whatsoever. Views and
opinions
expressed in this e-mail are those of the sender unless clearly
stated as
those of the Group. The Group accepts no liability whatsoever for
any loss
or
damages whatsoever and howsoever incurred, or suffered, resulting, or
arising, from the use of this email or its attachments. The Group
does not
warrant the integrity
of this e-mail nor that it is free of errors, viruses,
interception or
interference. Licensed divisions of the Standard Bank Group are
authorised
financial services providers
in terms of the Financial Advisory and Intermediary Services Act,
No 37 of
2002 (FAIS).
For information about the Standard Bank Group Limited visit our
website
http://www.standardbank.co.za
_____________________________________________________________________
______________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
When we invent time, we invent death.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]