In Struts2 creation project 1, for each action, you need to go to the action class and look for the execute() method. Based on the result, you can jump to the corresponding JSP page. If there are multiple actions, you need to execute() multiple times, which is very inconvenient.

So Struts2 is provided in ActionmethodProperties.

Project Structure: