I am trying to display userList from my struts action to jsp page,what's the code to do it using java beans or something simple?
part code: action class ------------------------------------------------------------------------------------------------------------------------ public ArrayList userList = new ArrayList();