2008/3/31, Ashish Kulkarni <[EMAIL PROTECTED]>:
>
> org.apache.jasper.JasperException: /pages/index.jsp(125,15) According to
> TLD
> or attribute directive in tag file, attribute test does not accept any
> expressions
You have to import the "c_rt.tld" file, not the "c.tld".
Antonio
Hi
That is all i did, upgraded web.xml to servlet specification 2.4
and tried start the project, i get following jsp compile error
The code at line 125 is
and the error i get is
org.apache.jasper.JasperException: /pages/index.jsp(125,15) According to TLD
or attribute directive in tag file, attr
Ashish Kulkarni wrote:
Hi
I get compile error in jsp at line
There's nothing wrong with that line. What is the full error you're
getting? What do the surrounding lines of your JSP look like?
I jsut upgraded web.xml from 2.3 to 2.4, i added following lines in web.xml
[...]
Are you sure t
Hi
I get compile error in jsp at line
I jsut upgraded web.xml from 2.3 to 2.4, i added following lines in web.xml
http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2
4 matches
Mail list logo