I'm calling a JSP from a servlet, when running everything works fine, but the scripts do not work.
I am calling the jsp in the following way:
RequestDispatcher rd=request.getRequestDispatcher("Registro.jsp");
rd.forward(request, response);
The jsp is an html page with its scripts.
But he does not call me to the functions, nothing.