Problem to execute the scripts

0

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.

    
asked by afar1793 13.02.2018 в 16:52
source

0 answers