0

I have a datatable on my jsp populated by a "java.util.Set" collection that came from a Hibernate search. I want to make this datatable editable and then save the edited table on my database. I'm able to do it if the datatable is formed through List collection object. All my POJO objects are formed with Set Collection and I'm trying to avoid changing all of them.

I'm using Spring MVC and as I told before Hibernate.

Thanks. Regards.

4

1 回答 1

0

似乎可以使用 Set 在 JSP 中显示数据,但您不能修改它们。看看这个链接

于 2012-05-02T14:05:04.317 回答