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 is callable java?
How do I write a self declaration?
What is an accessor?
What's the difference between an abstract class and interface in java?
What is the difference between jdk, jre, and jvm?
Are there structures in java?
how many types of Inheritance?
Can private class be extended java?
What is the collections api in java programming?
Can we override compareto method?
Why do people says “java is robust”?
How many java versions are there?
Why we go for collections in java?
What is difference between synchronize and concurrent collection in java?
What do you mean by local variable and instance variable?