Hi servlet pros, happy new millenium!
I am new to servlet. I am using servlets to generate a form for filling in details and then I expect it to invoke another servlet for insert in an Oracle database upon submit. I am also generating arrays in JavaScript from the first servlet for SELECT fields in the form. I am facing two problems -
1. any "+" sign is not being sent to client end no matter how I put it in out.println("+")
2. though complete HREF (http://localhost:8080/servlet/SiteEntry) appears in the generated page <FORM action > tag as intended but when SUBMIT is pressed, the servlet name doesn't appear in the HTTP request and the browser displays "Invoker could not found a servlet".
Shall be greatly thankful for any help.
 
Prashant Awadhiya

Reply via email to