确信在web-inf下面加了所有的标签库,另外还有版本问题,低版本的标签库不支持有标签

解决方案 »

  1.   

    我确信在web-inf下面加了所有的标签库,另外这也是最新版本的标签库呀
      

  2.   

    <web-app>
    <jsp-config>
    <taglib>
    <taglib-uri>/WEB-INF/struts-bean</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
    </taglib>
    </jsp-config>
    </web-app>
      

  3.   

    <web-app>
        <taglib>
            <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
            <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
        </taglib>
    </web-app>
    不用导入什么,自带的标签。