来自慕课的struts2入门
1、如果有很多个Action的配置文件,则需要在struts.xml中使用
<include file="fileName.xml"/>
来包含其他的配置文件
2、struts文件中添加 <constant name="struts.i18n.encoding" value="UTF-8"></constant>
以防乱码问题的出现
配置文件和struts.xml的格式如下:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts.apache.org/dtds/struts-2.3.dtd">
<struts>
...
</struts>
点击查看更多内容
3人点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦