Or even better:
change "class=.." to "type=.."
class means: this class can be instantiated
type means: This attribute has been set before and should not be instantiated
(List cannot anyway because its an interface)
Since Tomcat 5 the JSP compiler checks this to reduce runtime errors.
Am Donners
Change that to
HTH
Ángel Luis Diez Hernández wrote:
Summary: Code that worked in Tomcat 4 throws a jsp exception in Tomcat 5.0.28
My Jsp file contains a line:
In Tomcat 4 this same line worked. However in Tomcat 5.0.28 it causes this
exception:
/cms/Back/code/fvlist_init.jsp(10,
Summary: Code that worked in Tomcat 4 throws a jsp exception in Tomcat 5.0.28
My Jsp file contains a line:
In Tomcat 4 this same line worked. However in Tomcat 5.0.28 it causes this
exception:
/cms/Back/code/fvlist_init.jsp(10,0)
[Thu Jun 08 09:55:07 CEST 2006]
org.apache.jasper.JasperExcep