If the arraylist exits in any of the formbeans,
<jsp:getProperty> should do. Or if you're retrieving from elsewhere in action class, try setting the data in request(or any appropriate scope) and use JSTL(like
here). Since yours is an Object, request(or any appropriate) scoped attributes should be fine.