Thanks for your reply its working fine.
Sudhakar
mraible wrote:
>
> http://www.learntechnology.net/content/struts/struts_token.jsp
>
> On Tue, Feb 17, 2009 at 6:49 AM, sudhakargupta <
> sudhakargupta_s...@hotmail.com> wrote:
>
>>
>> Thanks for your reply, but i am not using the struts 2.0, pr
http://www.learntechnology.net/content/struts/struts_token.jsp
On Tue, Feb 17, 2009 at 6:49 AM, sudhakargupta <
sudhakargupta_s...@hotmail.com> wrote:
>
> Thanks for your reply, but i am not using the struts 2.0, presently with
> the
> 1.x only..
>
> please suggest me to solve this problem.. in s
Thanks for your reply, but i am not using the struts 2.0, presently with the
1.x only..
please suggest me to solve this problem.. in struts 1.x
Sudhakar
Jose Plana Mario wrote:
>
> Hi,
>
> I think that you could use the TokenInterceptor and a token tag to solve
> the
> double submit proble
Hi,
I think that you could use the TokenInterceptor and a token tag to solve the
double submit problem:
http://struts.apache.org/2.0.14/docs/token-interceptor.html
Bests,
José Plana
On Tue, Feb 17, 2009 at 6:15 AM, sudhakargupta <
sudhakargupta_s...@hotmail.com> wrote:
>
> Thanks for your
Thanks for your reply..
For submit button i'm calling different action method like "save2tables" if
i disabled the button after click on the submit then it calls the default
"save" action method so, the record is not updated. for this one i changed
the action of the form like "saveTwoTables".
pl
You might try using JavaScript to disable the button once it's been clicked.
Matt
On Mon, Feb 16, 2009 at 4:48 AM, sudhakargupta <
sudhakargupta_s...@hotmail.com> wrote:
>
> Hi..
>
> I am updating 2 tables from the one form page it is saved successfully, if
> i double click on the save button t