common.jsp:
<%@ taglib prefix="bean" uri="http://struts.apache.org/tags-bean" %>
<%@ taglib prefix="logic" uri="http://struts.apache.org/tags-logic" %>
<%@ taglib prefix="html" uri="http://struts.apache.org/tags-html" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="pg" uri="http://jsptags.com/tags/navigation/pager" %>
<%@ taglib prefix="my" uri="http://www.bjsxt.com/myfunctions" %>
本文介绍了一个使用 Struts 框架的 JSP 页面中常用的标签库配置,包括 Struts 自带的标签库及 JSTL、分页等第三方标签库。这些标签库简化了页面开发流程,有助于实现数据展示、表单操作等功能。
470

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



