[jboss-user] [JBoss Seam] - Re: <si:selectItems> Value is not a valid option.
fonseca
do-not-reply at jboss.com
Wed Nov 29 07:34:18 EST 2006
Thank you Peter, I seem to be getting to the problem now. I have a few Lists in my entity, and it seems the problem lies within comparing them. When having a this.somelist.equals(o.somelist) in my equals, wherever the lists are equivalent or not, the result is always false, therefore generating a jsf validation error (value is not valid) during the rendering of the page after the submit when jsf compares the selected item with all items in the dropdown list. During runtime, somelist is of the type org.hibernate.collection.PersistentBag. This class does not implement the equals from the List interface, but the equals from Object.
I have removed the comparison of lists in my equals, and it now works fine.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989668#3989668
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989668
More information about the jboss-user
mailing list