I have one Shopping cart application, i that i have
selected some items, while clicking submit button by
mistake i have clicked twice or trice, that time items are
selected twice or trice. Actually i want only one copy of
items but its selected twice or trice. So how can we avoid
this problem?
Answer Posted / balagangadhar
Using token mechanism in struts we can duplicate requests in
web applications.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What does business logic mean?
What is the use of default method in interface in java?
Can we pass null as argument in java?
Does java support function overloading, pointers, structures, unions or linked lists?
What does flag mean in java?
Is empty list java?
What do you mean by formatting?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is the order of arraylist in java?
What ide should I use for java?
How do you override a method in java?
Why do we need singleton class?
Why is sizeof not a function?
Why are constructors used?
What is a blocking method in Java?