开发者

how to use jstl library in eclipse

i tried to add taglib files in eclipse in j2ee dynamic web project and executed a small program

 <%@ page isErrorPage="true" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

 <html>
 <head>
 <title>
 <c:out value="tata"></c:out>
 </title>
 </head>
 <body bgcolor="white">
 <h3>

  </h3>
  <p>
   </body>  
  </html>

Here i am getting

org.apache.jasper.JasperException: Failed 开发者_Python百科to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV

as an error can any one help


Try adding standard.jar in your project.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜