关于FCKeditor与Struts2.0的整合问题
关于FCKeditor与Struts2.0的整合问题
日期:2021-07-12 05:01:41 人气:1
web.xml下面配置
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>*.action</url-pattern>
</filter-mapping>
<filter-mapping>