strongly typed collection in a scriptlet tag won't compile

2004-12-18 Thread Connor Barry
I'm trying to compile this code: % CollectionInteger a = new ArrayListInteger();% And I get this error: - org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 10 in the jsp file: /test.jsp Generated servlet error: Syntax

Re: strongly typed collection in a scriptlet tag won't compile

2004-12-18 Thread Tim Funk
I believe JDT with tomcat does not support 1.5. Only 1.4. -Tim Connor Barry wrote: I'm trying to compile this code: % CollectionInteger a = new ArrayListInteger();% And I get this error: - org.apache.jasper.JasperException: Unable to compile class for JSP An