
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
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.