Selected value for JSP drop down using JSTL

后端 未结 7 780
無奈伤痛
無奈伤痛 2020-11-29 04:37

I have SortedMap in Servlet to populate drop down values in JSP and I have the following code

    SortedMap dept = findDepartment();
           


        
7条回答
  •  無奈伤痛
    2020-11-29 05:10

    i tried the last answer from Sandeep Kumar, and i found way more simple :

提交回复
热议问题