javax.servlet.ServletException: org.apache.jasper.JasperException: /editInit.jsp(29,4) According to TLD or attribute directive in tag file, attribute value does not accept any expression

解决方案 »

  1.   

    代码也应该拿出来
     editInit.jsp(29,4) According to TLD or attribute 错误明显
      

  2.   

    在editInit.jsp第29行
    找一个带有value属性的标签。
    从这句来看
    attribute value does not accept any expression
    似乎这个标签的value属性中的表达式写错了
      

  3.   

    其实那一行根本就没有错,建议楼主检查下web.xml中webweb-app设计版本的地方
    还有就是<%taglib prefix="" uri=""%>要取你的standard.jar中找到相应的tld文件
    从里面拷贝出prefix与uri,要一致
      

  4.   

    应该是你的jsp里面写了违反TLD的东西,/editInit.jsp(29,4) 得标签有问题。