struts2xml怎么写( 二 )

/planner/Planner_List.jsp /planner/Planner_Editor.jsp /planner/Planner_Editor.jsp /planner/Planner_Editor.jsp /planner/Planner_List.jsp 当然 , 你也可以用spring注解的方式哦 就不需要写action后面的class了 。
7.struts2中怎么使用xml进行页面内容的验证
Struts2 有一写常用validate 验证.
XML配置在你的action同一个包下 , 要继承ActionSupport.也是服务器端校验!(具体你可以到网上看看)
你说的问题是客户端验证 , 可以用JavaScript解决吧!
8.把struts2的action交给spring去 管理和注入属性, struts.xml怎么写添加:struts2-spring-plugin.jar
在struts2的xml文件里面添加一句:
<constant name="struts2.ObjectFactory" value="http://www.xuexi88.com/zhishi/Spring"/>;这一句
如果你的struts2版本比较高 , 也可以不要加这个 , 因为他内部已经默认添加了这句
然后<action name="" class=" 。"/>;这个name属性就是引用spring配置里面的bean的id
其他的都和以前一样写
希望对你有帮助

struts2xml怎么写

文章插图