Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
I am working on a project on struts.
The situation:
carsales>Web Pages>adminCPanel>addCar.jsp <-Enables the admin to add new cars in stock.
What I want:
http://localhost:8084/AdminAddsCar.do should get me addCar.jsp
My strutsconfig.xml is
Also there is a menu in addCar.jsp which links options like add a car,remove a car,etc.So I want to know what do I write inside the Add a car when I need access to addCar.jsp
Please help