what is the difference between ForwardAction and ActionForward?
Hi Friend,
ActionForward represents a destination to which the controller servlet, ActionServlet, might be directed and processing activities of an Action class while ForwardAction forwards the action to the context-relative URI specified by the parameter property of our associated ActionMapping.
Thanks