[jboss-user] [JBoss Seam] - Re: [JBSEAM-1302]: Conversion support for selectMany for Set

fhh do-not-reply at jboss.com
Fri May 18 08:43:26 EDT 2007


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#4046792

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



More information about the jboss-user mailing list