Struts 2 result type
When request comes, business logic is executed first and after that result is displayed as view. Struts provides a number of predefined result types. The dispatcher is the default result type. The <results> tag is used to specify a result type in sturts.xml. The dispatcher, FreeMaker and redirect are the commonly used result types. Struts … Read more