ArrayList in JSP (JSP forum at Coderanch)
can JSP use ArrayList? i have this code in my servlet. [code] try { ArrayList result = new ArrayList(); result ... but it doesn't work. I use Eclipse v3.3 and the JDK 1.5. The eclipse return "ArrayList cannot be resolved to a type" Please someone help ......