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
Can we assign the reference to this variable?
What is string substring?
What is the purpose of static methods and static variables?
When can an object reference be cast to an interface reference in java programming?
What are constants and how to create constants in java?
Is a method a function?
Does unicode support all languages?
Is char * a string?
Why pointers are not used in java?
Which package has light weight components in java programming?
What is nested top-level class?
Can a main method be declared final?
When do we use hashset over treeset?
What do you mean Abstraction in java?
Why is string builder not thread safe?