"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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
