G
grasp06110
Hi Everybody,
I seem to be having a problem using generics in a jsp. Does anyone
have any insite as to how to get the following to work?
<jsp:scriptlet>
<![CDATA[
ArrayList<Object> objects;
]]>
</jsp:scriptlet>
I am currently using Tomcat 5.5.9.
This is the version of the jre I am running:
c:\>java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
Thanks,
John
I seem to be having a problem using generics in a jsp. Does anyone
have any insite as to how to get the following to work?
<jsp:scriptlet>
<![CDATA[
ArrayList<Object> objects;
]]>
</jsp:scriptlet>
I am currently using Tomcat 5.5.9.
This is the version of the jre I am running:
c:\>java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
Thanks,
John