i have a simple servlet code that take the combo box selected value from a html form and display it in the same page
i have compiled the servlet's .java code and put it into
and my dd looks like
class file name is BeerSelect
so when i click on submit button on that html page action triggers and container looks for servlet file , but shows me a message resources not found 404 error
Nitin Surana wrote:As long as I remember servlet-name shouldn't contain spaces. Try removing the space between Ch3 Beer in serlvet-name tag.
no, that is also not working, but surelly i would like to make a comment on head first servlets and jsp book
the examples which they have given are not precise and accurate
i guess they are correct for unix but not for windows , just started and found example errors in 1st chap