Here, result path means the location of JSP files or other view files which Struts 2 will resolve after executing the code in Action classes. These result paths are mentioned in “location” of @Result annotation on top of Action classes. Once the action class finish execution, it will pass the control to view resolvers. View […]
The post How to correctly set result path in struts 2 appeared first on How To Do In Java.