Re: weird error when passing select's model a list of hibernate entities

2009-07-14 Thread Ulrich Stärk
I'm sorry. I accidentally mapped the Documents inside Project as a Set, not a List. And since there is no coercion from Set to SelectModel I got this error. There could however be a more informative error message. Uli On 14.07.2009 11:34 schrieb Ulrich Stärk: I think I ran into some class load

weird error when passing select's model a list of hibernate entities

2009-07-14 Thread Ulrich Stärk
I think I ran into some class loader problem. I've got a hibernate managed entity Project that has a list of Documents. In a select component I want to choose one of the Documents. Unfortunately when trying to view the corresponding page, I get below exception (IllegalArgumentException: object is