I have UserRegistration
servlet that fetches parameters from register.jsp and add records to RegisteredUser db through
JDBC on
Tomcat.
what is wrong in the code as when i run the
jsp it shows all the elements of HTML form. but when i type in something in TextBox and submit it, Tomcat says "you are not connected to the internet". I can visit yahoo though from the same webbrowser. Also it does not add any records in RegisteredUser table.