当前位置: 代码迷 >> J2EE >> 新手在线请问怎么配置才能使用Struts logic标签
  详细解决方案

新手在线请问怎么配置才能使用Struts logic标签

热度:286   发布时间:2016-04-22 02:31:28.0
新手在线请教如何配置才能使用Struts logic标签
想要使用logic标签,但是写
<%@ taglib uri=" http://struts.apache.org/tags-bean " prefix="bean" %>
<%@ taglib uri=" http://struts.apache.org/tags-html " prefix="html" %>
<%@ taglib uri=" http://struts.apache.org/tags-logic " prefix="logic" %>
<%@ taglib uri=" http://struts.apache.org/tags-tiles " prefix="tiles" %>
的时候报错
Can not find the tag library descriptor for "http://struts.apache.org/tags-
 bean"
应该怎么配置?请教大侠!(我用的struts2.1)

------解决方案--------------------
用struts2的标签来实现吧
------解决方案--------------------
探讨
想要使用logic标签,但是写
<%@ taglib uri=" http://struts.apache.org/tags-bean " prefix="bean" %>
<%@ taglib uri=" http://struts.apache.org/tags-html " prefix="html" %>
<%@ taglib uri=" http://struts.apache.o……
  相关解决方案