« Return to Thread: dispatching to a different jsp using DWR - is it posible?

dispatching to a different jsp using DWR - is it posible?

by lvcster :: Rate this Message:

Reply to Author | View in Thread

hi ya'll.

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?

Thanks in advance.
lvcster.

 « Return to Thread: dispatching to a different jsp using DWR - is it posible?