Add values to arraylist use JSTL

前端 未结 3 664
慢半拍i
慢半拍i 2020-12-19 10:32

is it possible to add values to an ArrayList instead of using a HashMap

something like:



        
3条回答
  •  无人及你
    2020-12-19 10:53

    The above code is not working.

    Following are the lines of code that has to be placed in file animals.jsp

    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    
       
       
    
    

提交回复
热议问题