SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)
While exporting listgrid using exportData, in my entity i have a field : private String[] attr1PrintCodes;
I have defined the same in my ds file.
While viewing the listgrid, the values appear as comma seperated, which is correct. But while export i get the value as [Ljava.lang.String;@ce86c9e.
I cannot change the type of field to string as it is a multiselect item.
Please help
While exporting listgrid using exportData, in my entity i have a field : private String[] attr1PrintCodes;
I have defined the same in my ds file.
While viewing the listgrid, the values appear as comma seperated, which is correct. But while export i get the value as [Ljava.lang.String;@ce86c9e.
I cannot change the type of field to string as it is a multiselect item.
Please help
Comment