[jboss-user] [JBoss Seam] - Re: <param> in pages.xml doesn't accept multi-valued request

bkyrlach do-not-reply at jboss.com
Wed May 2 11:26:11 EDT 2007


There's a mistake in the code above... where it says


  | methodType.isAssignableFrom(Collection.class)
  | 

it should be...


  | Collection.class.isAssingableFrom(methodType)
  | 

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

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



More information about the jboss-user mailing list