| Author |
how to use List<Class_name> obj in tomcat 5.5 on jsp page.
|
Anand Gajjar
Ranch Hand
Joined: Feb 20, 2011
Posts: 31
|
|
|
in tomcat 5.5 . maybe it does not support generic list concept on jsp page. it gives me an error whenever i write a code with generic list. is there any solution to use this concept in tomcat 5.5.
|
do or die..!!!
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
As far as it goes, there's no reason why generics shouldn't work on a JSP page under Tomcat 5.5.
There are plenty of reasons why you shouldn't even be coding logic complex enough to need generic list processing on a JSP page, but that's a different matter.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: how to use List<Class_name> obj in tomcat 5.5 on jsp page.
|
|
|