Hello there,
I`m quite new to jsp but have to build a simple shoppingcart for practice.
I use this code like below:
Now every time i add my first item to the cart it works. But when i add my second item it removes the first item and just adds the second one.
How can i make sure both items will stay in the cart together?
Thanks in advance!