/common/tagLib.jsp
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<%@ taglib uri="http://jsptags.com/tags/navigation/pager" prefix="pg" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<%@ include file="/common/tagLib.jsp" %>
JSP 常用标签库
最新推荐文章于 2024-12-26 10:13:25 发布
本文介绍了一个包含多种Struts和JSTL标签库的配置文件,这些标签库用于简化Java Web应用程序的开发过程。其中包括Struts的bean、logic、html和tiles标签库,以及JSTL的核心、格式化和函数标签库。
819

被折叠的 条评论
为什么被折叠?



