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

Structs 在Struts.xml中配置action时,action的name属性最好首字母大写

时间:2014-10-06 13:44:30      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   问题   c   on   cti   log   r   

<action name="Login" class="com.struts_learn.action.LoginAction">
<result name="input">/login.jsp</result>
<result name="error">/error.jsp</result>
<result name="success">/success.jsp</result>
</action>

 

首字母小写容易出问题

Structs 在Struts.xml中配置action时,action的name属性最好首字母大写

标签:io   ar   sp   问题   c   on   cti   log   r   

原文地址:http://www.cnblogs.com/hewenwu/p/4008017.html

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