Hi All
    I'm really new into servlets. I hope you solve my problem.
    I need to take some information from the client in an HTML form and then save this data to a table. In order to do that I have two servlets: One retrieves information from an HTML form and then sends this data by the mehod post to another servlet that in its service method updates the database. Everything works fine. But I have a problem: the browser loads the page with the URL of the servlet that updates the database.!! I don't need that. How can I do to just call a public method of the servlet or any class that updates the database.?
 
I would appreciate any advice from you.
Thanks
 
Cesar Marchena
 

Reply via email to