han73748196 2018-10-22 08:19 采纳率: 66.7%
浏览 697
已采纳

关于struts2的标签找不到的问题

在jsp中标签为
<%@ 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" %>

但是报红
Can not find the tag library descriptor for "http://struts.apache.org/tags-bean"
Can not find the tag library descriptor for "http://struts.apache.org/tags-html"
Can not find the tag library descriptor for "http://struts.apache.org/tags-logic"

找的网上的办法说缺少 jstl 和 standard 的jar包,导入之后还是没变。怎么解决。。。

  • 写回答

2条回答 默认 最新

  • xingjianfengaa 2018-10-22 09:11
    关注

    你几个连接压根都不存在 你打开才算见鬼了,http://struts.apache.org/到是能打开,可能 这几个包换路径了,你去鬼找到对应的地址替换就行了,或者你网上找到这个几包 下载到本地然后加载也可以

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 Qt下使用tcp获取数据的详细操作
  • ¥15 idea右下角设置编码是灰色的
  • ¥15 全志H618ROM新增分区
  • ¥15 在grasshopper里DrawViewportWires更改预览后,禁用电池仍然显示
  • ¥15 NAO机器人的录音程序保存问题
  • ¥15 C#读写EXCEL文件,不同编译
  • ¥15 MapReduce结果输出到HBase,一直连接不上MySQL
  • ¥15 扩散模型sd.webui使用时报错“Nonetype”
  • ¥15 stm32流水灯+呼吸灯+外部中断按键
  • ¥15 将二维数组,按照假设的规定,如0/1/0 == "4",把对应列位置写成一个字符并打印输出该字符