Could someone please tell me how do we dispatch to the different jsp using DWR
in plain servlets
RequestDispatcher dispatcher = getServletContext().getRequestDispatche("myjsp.jsp");
dispatcher.forward(request, response);
now how do we do this in DWR, or does it works the same way?