码迷,mamicode.com
首页 > 其他好文 > 详细

strust.xml

时间:2016-08-24 01:03:01      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:

使用strust2框架,实现跳转,请求对应路径

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN" "http://struts.apache.org/dtds/struts-2.1.dtd">
<struts>
<package name="struts2" extends="struts-default"> 
    <action name="login" class="com.javaweb.ch12.struts.action.LoginAction">
    <!--login对应表单的action 路径 --> <result name="success">/web/main.jsp</result> <result name="error">/index.html</result> </action> </package> </struts>

 

strust.xml

标签:

原文地址:http://www.cnblogs.com/superxuezhazha/p/5801343.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!