This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have a form that needs to submit its data to a servlet . The servlet has been defined in the web.xml . The form lies in a webpage that is not part of the url-pattern that has been described in the web.xml .
What should i put in my action so that upon pressing the submit button the data will be sent to the servlet ?
Thanks for the help Bear-B. It is working now. So to access the servlet (if there are multiple servlets also) then we use their appropriate mapping that pertains to that servlet.