<struts-config> <data-sources /> <form-beans /> <global-exceptions /> <global-forwards > <forward name="message" path="/shortmessage.do" /> </global-forwards> <action-mappings > <action path="/shortmessage" scope="request" type="com.yourcompany.struts.action.ShortmessageAction" /> </action-mappings> <message-resources parameter="com.yourcompany.struts.ApplicationResources" /> </struts-config> <p class="indent">
猜你喜欢
其他人在看