Done, https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=682.
Thanks for looking at this :)
Adam
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118661#4118661
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118
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
problema
No workaround I know of.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108089#4108089
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108089
___
jboss-user mailing list
jboss-
I see ... that's really weird, why it tries to coerce to RemoteFeed, as the
first item on the list is an AggregatedFeed. And the whole list is of a generic
type < Feed >.
Anyway, if it's a known problem, do you maybe know some workarounds? :)
--
Thanks,
Adam
View the original post :
http://w
JSF RI - I don't quite understand why they use coercion rather than converters
in this code - it causes all sorts of problems. I will take this up over there
when I get a minute.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107813#4107813
Reply to the post