hashmap « Bean « JSP-Servlet Q&A





1. jsp useBean with hashmap    stackoverflow.com

How do I use jsp:useBean with collections like Lists and Maps correctly? I can get Lists by using

    type="List<MyObject>"
but I cannot get the List to instantiate if nothing is ...

2. HashMap Map and useBean    coderanch.com