From: Ben A. <ben...@ac...> - 2007-01-09 21:26:24
|
Hi Matt Matt Benson wrote: > Matt S (and anyone else who may be watching): Thanks for the update. It looks good in Eclipse, but when using Ant to build a JAR, I received an error on ServletRequestParameterReflector rev 58. I fixed it by changing line 63 to the following: return (ObjectUtils.isEmpty(values) || values.length == 1) ? getRequest(bean).getParameter(propertyName) : (Object)values; A similar change was made to line 47: return (ObjectUtils.isEmpty(values) || values.length == 1) ? String.class : String[].class; Would you mind confirming these changes and checking them in? Cheers Ben |