正在加载图片...
</form-bean> </form-beans> Kglobal-forwards type="org. apache. struts action. Action Forward"> <forward name= welcome path=/welcome. do/> Forward name= searchEntry path="/searchEntry do/> <forward name= searchSubmit path="/searchSubmit do/> </global-forwards> < action- mappings〉 Action path="/welcome" forward="/WEB-INF/pages/welcome. htm"/> Kaction path=/searchEntry" forward="/ WEB-INF/pages/search. jsp"/> Action path="/ searchsubml type="ca. nexcel books actions. SearchSubmit t=/se validate= true name="searchFor"> <forward name="success"path"/WEB-INF/pages/detail. jsp/> <forward name="failure path=/WEB-INF/pages/search. jsp"/> C/action> </action-mappings> message-resources parameter="ApplicationResources"/> Controller processorClass="org. springframework. web. struts DelegatingRequestProcessor"/>(1) Kplug-in className="org. apache struts. validator. ValidatorPlugIn") <set-property property=" pathnames value="/WEB-INF/validator-rules. xml, /WEB-INF/validation xm1"/> </plug-in> <plug-in className="org. springframework. web. struts. ContextLoaderPlugIn"> <set-property property="csntextConfigLocation" value="/WEB-INF/beans. xm1"/> </plug-in></form-bean> </form-beans> <global-forwards type="org.apache.struts.action.ActionForward"> <forward name="welcome" path="/welcome.do"/> <forward name="searchEntry" path="/searchEntry.do"/> <forward name="searchSubmit" path="/searchSubmit.do"/> </global-forwards> <action-mappings> <action path="/welcome" forward="/WEB-INF/pages/welcome.htm"/> <action path="/searchEntry" forward="/WEB-INF/pages/search.jsp"/> <action path="/searchSubmit" type="ca.nexcel.books.actions.SearchSubmit" input="/searchEntry.do" validate="true" name="searchForm"> <forward name="success" path="/WEB-INF/pages/detail.jsp"/> <forward name="failure" path="/WEB-INF/pages/search.jsp"/> </action> </action-mappings> <message-resources parameter="ApplicationResources"/> <controller processorClass="org.springframework.web.struts. DelegatingRequestProcessor"/> (1) <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> </plug-in> <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="csntextConfigLocation" value="/WEB-INF/beans.xml"/> </plug-in>
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有