Код: Выделить всё
RequestDispatcher dispatcher=request.getRequestDispatcher("hello.action");
dispatcher.include(request, response);
Подробнее здесь: https://stackoverflow.com/questions/161 ... n-struts-2
Код: Выделить всё
RequestDispatcher dispatcher=request.getRequestDispatcher("hello.action");
dispatcher.include(request, response);