how to create a shopping cart in JSP?
843836Jul 5 2005 — edited Aug 30 2005I am creating an online product ordering system, How can i create a shopping cart in jsp? is there a way i can save a table containg itemcode, price, quantity in jsp? Can i save it using bean or session? please help me. thanks in advance.