I have 2 jsps .. The first one is the register jsp i.e(Register.jsp) which resides in (main folder of Webcontent) and the other jsp i.e(Register_worker.jsp which is in worker folder of WebContent) is supposed to act as the servlet or worker jsp. When i click the submit button it shows an error
HTTP Status 404 - /learn-ui/jsp/main/Register_worker.jsp
- type:Status report
- message:/learn-ui/jsp/main/Register_worker.jsp
- description:The requested resource is not available.
The form action is posted below.
<form id="form_register"
name="form_register"
method="post"
action="Register_worker.jsp">
action="worker/Register_worker.jsp"
?action="../worker/Register_worker.jsp"