struts-bean.tld 吐血这是struts的标签呀、、、、、、、、、你下个struts包里面有

解决方案 »

  1.   

    随便的struts包里面就应该有这个标签啊,你试验着把程序重新部署以下看看啊。
      

  2.   

    JSP File "/WEB-INF/tld/struts-bean.tld" 找不到
      

  3.   

    重新建一个目录,把struts包放进去,还不行的话,重新下一个包
      

  4.   

    把工程刷新一下,还不行的话就重新添加STRTUS
      

  5.   

    找一个struts-bean.tld,放到/WEB-INF/tld目录下,没有这个目录就建一个。
      

  6.   

    我也觉得可能是struts包损坏了。
      

  7.   

    可能没有加在web.xml或jsp页面中,另外版本问题也有可能
      

  8.   

    你好好看看web.xml文件里面的配置,可能名称不对
      

  9.   

    例子,在WEB.XML加入:
    <taglib>
    <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-template.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-template.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-nested.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-nested.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-tiles.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
    </taglib>