[jboss-user] [Beginners Corner] - Re: Another war file deployment error :)
jaikiran
do-not-reply at jboss.com
Tue Apr 8 05:33:45 EDT 2008
"leonidMir" wrote : No,
| it is present:
|
|
| | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
| | <%@ page import="java.util.ArrayList" %>
| | <%@ page import="java.util.Random" %>
| |
| | <%
| | //List of sayings
| |
You have imported ArrayList, but not java.util.Arrays. You will have to add one more import statement
<%@ page import="java.util.Arrays" %>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142298#4142298
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142298
More information about the jboss-user
mailing list