java Programming Glossary: sampleservlet
<form action=“/sampleServlet” giving me exception http://stackoverflow.com/questions/16683877/form-action-sampleservlet-giving-me-exception form action &ldquo sampleServlet&rdquo giving me exception In my jsp if I call form action sampleServlet.. giving me exception In my jsp if I call form action sampleServlet method get name form1 I get the following exception http 404.. name form1 I get the following exception http 404 error sampleServlet is not found.I set sampleServlet in web.xml file and url pattern..
|