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);
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.