[jboss-user] [JBoss Seam] - Re: selectItems and entities with inheritance

pete.muir@jboss.org do-not-reply at jboss.com
Thu Jan 10 07:33:06 EST 2008


Adam, I tracked this down to a bug in the JSF RI.

Can you open an issue in the JSF RI issue tracker? The problem is that the JSF RI assumes that the first element of the value list/array of the UISelectMany is the type of the entire list, thus causing the coercion to fail later on. The problematic code is incom.sun.faces.renderkit.html_basic.MenuRenderer.getCurrentSelectedValues():633  in JSF 1.2_04-p02. This is clearly a lazy assumption ;)

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118623



More information about the jboss-user mailing list