|
From: JP P. <jp....@ti...> - 2003-08-18 22:23:08
|
Juergen and all, After my request, the BeanWrapper can pickup arrayed Strings from the request. I talk mainly about checkboxes and multiselects. But until now, the command should have a String array to receive the information. I have made a little change in BeanWrapperImpl to be able to have custom property editors for this case. - If the String Array was not assignable to the command, an exception was thrown. - Now, it is first transformed as comma delimited String. So a custom property editor can be written against the comma delimited String for handling any kind of collection. The only case I see that cannot be properly handled is the (rare) case of Strings containing commas. Jean-Pierre |