i have tring to use JSTL tag library ,somehow i am getting the Exception at run time.
i have added the jstl.jar file in /WEB-INF/lib directory of my application
index.jsp
Exception at runtime
HTTP Status 500 -
-type Exception report
message : descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
exception : org.apache.jasper.JasperException: /index.jsp(13,12) PWC6236: According to TLD or attribute directive in tag file, attribute value does not accept any expressions
note The full stack traces of the exception and its root causes are available in the Oracle GlassFish Server 3.1.1 logs.
I can tell right away that you are using an old version of JSTL from the URI. Also, depending upon where you got your jar file(s), you may also need standard.jar.