Hello,
I've created a form that calls to a servlet for processing. the thing is
that its not finding the servlet. I am calling it correctly, but its not
finding it,,so I am thinking its a mapping issue. I am using the freebie
Java web development kit from sun to practice servlets and jsp.

I have this HTML file..  ReadForm.html in this directory.
jswdk1.0.1/examples/servlets/ReadForm.html

and it calls a servlet here
jswdk1.0.1/examples/Web-inf/servlets/ReadParamEx

YET, its not finding it. I am using <form action="/servlet/ReadParamEx"
method=POST>
and its not working. Any help would be appreciated.

thanks,
dean

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to