normal 0 false false false en-in x-none


The ForwardAction class is useful when you’re trying to integrate Struts into an existing application that uses Servlets to perform business logic functions. You can use this class to take benefit of the Struts controller and its functionality, without having to rewrite the existing Servlets. Use ForwardAction to forward a request to one more resource in your application, like a Servlet that already does business logic processing or even another JSP page. By using this predefined action, you don’t have to write your own Action class. You just have to set up the struts-config file properly to use ForwardAction.

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: normal 0 false false false en-in x-none
Reference No:- TGS0416283

Expected delivery within 24 Hours