WebWork 2 : Dispatcher Result
This page last changed on Dec 13, 2004 by casey.
DispatcherIncludes or forwards to a view (usually a jsp). Behind the scenes WebWork will use a RequestDispatcher, where the target servlet/JSP receives the same request/response objects as the original servlet/JSP. Therefore, you can pass data between them using request.setAttribute() – the WebWork action is available.
<result name="success" type="dispatcher"> <param name="location">foo.jsp</param> </result> |
![]() |
Document generated by Confluence on Dec 14, 2004 16:36 |