on ‎2018 Mar 20 4:10 PM
In OOTB whenever we update the entries in the cart then the post back call goes and update the cart. How can we make the same feature as Ajax call. The requirement is for each entry we have an ajax call to update it.
Request clarification before answering.
Hi, you can use a POST ajax call for that. Then in the controller you must create a new @RequestMapping for this call and copy the OOTB update method in the body.
Bye
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.