struts.xml 配置

Posted beibidewomen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了struts.xml 配置相关的知识,希望对你有一定的参考价值。

1.ActionSupport是默认的Action类,若某个action节点没有配置class属性,则ActionSupport即为待执行的Action类


2.在手工完成字段验证,显示错误消息,国际化等情况下,推荐继承ActionSupport


3.result是action节点的子节点,result代表action方法执行后,可能去的一个目的地
result的name属性值对应着action方法对应的返回值
result有两个属性:
  type:表示结果的响应类型 默认为dipatcher
  name: 表示action方法中返回的值
  result的 type属性在struts-default包的result-types节点为name属性中定义








以上是关于struts.xml 配置的主要内容,如果未能解决你的问题,请参考以下文章

struts.xml配置详解

struts.xml 配置详解

struts.xml配置详解

Struts2中Struts.xml的作用是啥?

Struts2 配置文件

idea+struts2配置struts.xml时struts-default出错