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 are the major drawbacks of external iteration?
What is the difference between JVM and JRE?
What is a function in java?
Can a private method be declared as static?
Is there any sort function in java?
How do I write a self declaration?
Give me some null interfaces in java?
What is return data type?
What is difference between fileinputstream and filereader in java?
What’s the difference between callable and runnable?
Where is java located?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is the hashcode () and equals () used for?
How is string stored in java?
Can an interface extend another interface?