Hi,
I am currently learning the topic of "sessions" for SCWCD. I tried to make a simple shopping cart web app that is not complete yet. Up till now I have amde a shopping cart that just adds an item when a submit button is clicked (i have not coded the remove button yet). I am able to add the item , bbut my
servlet is not reading the id or title of the item , it just adds "null" whenever any of the three buttons are clicked. Can anyone tell me where am i making a mistake??
index.html file:
result.jsp file is :
MyShoppingCartServlet.java is :