How do I use jsp:useBean with collections like Lists and Maps correctly? I can get Lists by using
type="List<MyObject>"