[ http://issues.apache.org/jira/browse/BEANUTILS-86?page=all ]
Henri Yandell updated BEANUTILS-86:
-----------------------------------
Bugzilla Id: (was: 39026)
Fix Version/s: 1.8.0
> [beanutils] StringArrayConverter does not handle long[] input
> -------------------------------------------------------------
>
> Key: BEANUTILS-86
> URL: http://issues.apache.org/jira/browse/BEANUTILS-86
> Project: Commons BeanUtils
> Issue Type: Bug
> Components: ConvertUtils & Converters
> Environment: Operating System: All
> Platform: All
> Reporter: Jarek Bojar
> Fix For: 1.8.0
>
> Attachments: StringArrayConverter.patch
>
>
> StringArrayConverter does not handle properly long[], double[] and other
> arrays
> of builtin types. In fact it handles properly only int[] arrays. It is
> important
> to improve this functionality, because this converter is used by
> BeanUtils.copyProperties(...) method, which is often used to copy data between
> ActionForms and data beans in both directions. In current state it handles
> properly copying from ActionForms containing String[] arrays to data beans
> containing int[], long[] etc. arrays, but not in opposite direction.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]