Hi Folks,
I'm exhausted with this error:
org.apache.jasper.JasperException: /data_grid.jsp(93,0) According to TLD or attribute directive in tag file, attribute items does not accept any expressions
I'm trying to run this basic
http://www.roseindia.net/jsp/data_grid.zip
JSP example which is using taglibs.
I have copied files (jars, jsp everything) as explained but when I run the the JSP i get the above error.
Upon checking at different sources, I have come to a conclusion that there is a version incompatibility between JSP, Servlet and JSTL. I have hard to resolve this but to no avail:(
I'm using eclipse with tomcat5.5.28.
Can somebody PLEASE help me out?
thanks.