File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
liuxin/src/com/coderising/litestruts Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <struts >
3
- <action name =" login" class =" com.coderising.action .LoginAction" >
4
- <result name =" success" >/jsp/homepage.jsp</result >
5
- <result name =" fail" >/jsp/showLogin.jsp</result >
6
- </action >
7
- <action name =" logout" class =" com.coderising.action .LogoutAction" >
8
- <result name =" success" >/jsp/welcome.jsp</result >
9
- <result name =" error" >/jsp/error.jsp</result >
10
- </action >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <struts >
3
+ <action name =" login" class =" com.coderising.litestruts .LoginAction" >
4
+ <result name =" success" >/jsp/homepage.jsp</result >
5
+ <result name =" fail" >/jsp/showLogin.jsp</result >
6
+ </action >
7
+ <action name =" logout" class =" com.coderising.litestruts .LogoutAction" >
8
+ <result name =" success" >/jsp/welcome.jsp</result >
9
+ <result name =" error" >/jsp/error.jsp</result >
10
+ </action >
11
11
</struts >
You can’t perform that action at this time.
0 commit comments