Re: SetObject with PageableListView

2010-11-30 Thread Pedro Santos
On Tue, Nov 30, 2010 at 4:23 AM, nivs shravann...@gmail.com wrote: Hi I have a question related to using a collection (Set) within a PageableListView. At runtime I get an exception Hi, you are trying to make an component that depend on the collection elements sequence work with a not

Re: SetObject with PageableListView

2010-11-30 Thread Alexander Monakhov
Why are you trying to use component that is intended to work with java.util.List when your domain object is Set? Try one of AbstractPageableView implementations, f.e. DataView. Best regards, Alexander. - To unsubscribe, e-mail:

SetObject with PageableListView

2010-11-29 Thread nivs
Hi I have a question related to using a collection (Set) within a PageableListView. At runtime I get an exception java.lang.ClassCastException: org.hibernate.collection.PersistentSet cannot be cast to java.util.List at org.apache.wicket.markup.html.list.ListView.getList(ListView.java:177)