When I run the follwin cod it shows err could any one tell me

<%@page import="java.util.ArrayList"%>
<%@page import="BeanClass.User"%>
<jsp:useBean id="listUser" type="ArrayList<BeanClass.User>" scope="session"/>

Its Shows undefined type error
thanks in advance

your type is wrong
type="ArrayList<BeanClass.User>" should be something like BeanClass.User and thats it, no<> or ArrayList

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.