struts 2 学习

1,导入标签库   <%@ taglib uri="/struts-tags" prefix="s" %>

2,在web.xml中配置核心类

 <filter>

    <filter-name>struts</filter-name>

    <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>

</filter>

3,标签使用

 

posted @ 2016-05-09 18:37  积累+沉淀  阅读(108)  评论(0编辑  收藏  举报