ForwardAction
What is ForwardAction ?
View Answers
November 20, 2010 at 1:16 PM
Hi friends,
The org.apache.struts.actions.ForwardAction class enables a user to forward request to the specified URL. ForwardAction is an utility classs that is used in cases where a user simply needs to forward the control to an another JSP page. Linking directly a JSP to an another, violates the MVC principles.
Visit this link for more information....
http://www.roseindia.net/struts/struts-forward-action.shtml
Related Tutorials/Questions & Answers:
Advertisements
Struts Forward Action Example about Struts
ForwardAction (org.apache.struts.actions.ForwardAction). The
ForwardAction is one of the Built-in Actions
that is shipped with struts framework...;forward request to the specified URL.
ForwardAction
is an utility classs
ImpQuestionImpQuestion what is the difference between
ForwardAction and ActionForward?
Hi Friend,
ActionForward represents a destination to which... activities of an Action class while
ForwardAction forwards the action to the context
Struts only i.e
ForwardAction,IncludeAction.But all these action classes extends Action