joshua_8 0 Newbie Poster

Hi I have a requestdispatcher in my doGet and a ajax get method in my jsp, I could System.out.println get my data from my ajax get method and is trying to populate this data to my 2nd dropdown. Help needed, thanks.

 RequestDispatcher requestDispatcher = request.getRequestDispatcher("/account.jsp");
            requestDispatcher.forward(request, response);