Hi Folks...
I am getting the following error when I click on the submit buttin of my form:
HTTP Status 404 -
--------------------------------------------------------------------------------
type Status report
message
descriptionThe requested resource () is not available.
I believe this could be something which people encounter regularly. I am not able to figure out why I am getting this. The the form 'action' in
jsp is pointing to the correct
servlet I want and in the web.xml file, the servlet is declared as well...yet I am gettting this error...The codes are as follows:
sysuserBookingForm.jsp
sysuserBookingFormServlet
web.xml
I really hope someone can advise. Thanks..