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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...