Replying to myself again:
MyFaces does a similar thing:
| if (List.class.isAssignableFrom(valueType)) {
|
| // do something
|
| }
|
| if (!valueType.isArray())
| {
| throw new IllegalArgumentException("ValueBinding for UISelectMany :
"+getPathToComponent(component)+" must be of type List or Array");
| }
|
So, please close Bug 1302 as unfixable.
Regards
Felix
P.S.: Will update JIRA with a link to the is thread.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046792#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...