Http:localhost: 8080struts-blankprocess

xiaoxiao2021-03-06  85

1. Web.xml Defines the default page

Index.jsp

2. INDEX.JSP redirection

3. Struts-config.xml

1) First turn from the global turn to the definition section to find a Forward named Welcome

Name = "Welcome"

Path = "/ welcome.do" />

2) Action to the action definition section to find a name called Welcome

Path = "/ welcome"

Forward = "/ Pages / Welcome.jsp" />

4. The browser displays the contents of Welcome.jsp, reads the required information from /Web-inf/Classes/MessageResources.properties and displays. Struts-config.xml Message Resources definitions section defines this file name (excluding extensions)

转载请注明原文地址:https://www.9cbs.com/read-107380.html

New Post(0)