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...
asked by
13.02.2018 / 15:52