ForwardAction

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:
ForwardAction
ForwardAction   What is ForwardAction
the use of ForwardAction
the use of ForwardAction  What is the use of ForwardAction
Advertisements
difference between ForwardAction and IncludeAction
difference between ForwardAction and IncludeAction  What is the difference between ForwardAction and IncludeAction
Struts ForwardAction vs Forward tag in jsp - Struts
Struts ForwardAction vs Forward tag in jsp  difference between struts ForwardAction class and Forward tag in jsp
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
ImpQuestion
ImpQuestion  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
Struts 1 Tutorial and example programs
ForwardAction (org.apache.struts.actions.ForwardAction). The ForwardAction is one

Ads