[jboss-user] [JBoss Seam] - Re: <si:selectItems ...>

petemuir do-not-reply at jboss.com
Tue Dec 5 09:19:57 EST 2006


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



More information about the jboss-user mailing list