Use the code in the servlet
getServletContext().getRequestDispatcher("/hello.action").forward(request, response);
You have also configure struts2 filter to accept forward requests
struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
struts2
/*
REQUEST
FORWARD