Can you use your debugger and check what the variable originalValue refers to 
on line 213 of org.jboss.seam.selectitems.ui.UISeamSelectItems

The only reason that exception should occur is that originalValue does not 
implement Iterable (which List does).

Also, try using List not List as the return type.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991297#3991297

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991297
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to