Hi all
I am trying to learn
JSP Core tags from a book. I am following the sample code in the book for a cart jsp and on pressing update or remove button, it sends it to a
servlet showCart. I will post the code for both of them below. The problem is while I click the first product in the cart and click on update, it does the job. For any other product in the cart, it doesn't update the vaule and show the new amount. Please let me know the mistake.
This is the code for the servlet
Thanks in advance
Vidya
[ September 23, 2008: Message edited by: Bear Bibeault ]