Is it not possible to copy a String[] using BeanUtils.copyProperties()?
My DynaValidatorForm has a field property like:
<form-property
name="someProperty"
type="java.lang.String[]"
/>My Business Bean has the following method:
public void setSomeProperty(String[] data){
}Every time the copyProperty() method is called it throws the following exception: java.lang.IllegalArgumentException: argument type mismatch
Can somebody help me out?
Thanks! Patrick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

