从Spring MVC中的select中获取arraylist中列表中的多个选定值

时间:2014-03-12 08:42:05

标签: spring jsp spring-mvc arraylist

我有一个名为AnnouncementDetails的bean类,它具有属性

Now on submit i want to get the values of the selected users in selectedUsers Arraylist. Any idea how to do that? ..............................................

1 个答案:

答案 0 :(得分:0)

将数据类型更改为String数组,然后通过Arrays.asList(selectedUsers)转换为arraylist。

   String [] selectedUsers