[ http://issues.apache.org/jira/browse/BEANUTILS-175?page=all ]

Henri Yandell updated BEANUTILS-175:
------------------------------------

      Bugzilla Id:   (was: 20549)
    Fix Version/s: 1.8.0

> [beanutils] Handling of exceptions thrown during BeanUtils.populate
> -------------------------------------------------------------------
>
>                 Key: BEANUTILS-175
>                 URL: http://issues.apache.org/jira/browse/BEANUTILS-175
>             Project: Commons BeanUtils
>          Issue Type: Improvement
>          Components: Bean / Property Utils
>         Environment: Operating System: All
> Platform: All
>            Reporter: Eric Pabst
>            Priority: Minor
>             Fix For: 1.8.0
>
>
> I run into a problem when using Struts to populate request parameters to a 
> form's nested property when either the conversion from String to int (for 
> example) fails or when the set method in the nested bean throws an exception 
> such as IllegalArgumentException.  
> I propose that we add a property to BeanUtilsBean for a new interface called 
> something like PopulateExceptionHandler which will have a method something 
> like
>     void execute(Exception exception, Object bean, String propertyPath, 
> Object 
> value)
> Then, within BeanUtilsBean.populate, within the loop, it would catch any 
> exception, and call the populateExceptionHandler's execute method with it 
> (unwrapping InvocationTargetException's).  The default handler would just 
> rethrow it (or we could have no default handler, and if no handler is 
> present, 
> the BeanUtils method rethrows it).

-- 
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]

Reply via email to