HttpServletResponse response)
throws Throwable {
IeProfileMaintActionForm form = (IeProfileMaintActionForm) actionForm;
IeProfileDetailDisplayForm profileDetails[] = null;
ItemSimpleCsvMapping csvMappings[] = null;
if (form.getIeProfileGroupName().equals("categories")) {
profileDetails = form.getIeProfileCategoryDetails();
csvMappings = ItemSimpleCsvTransformation.FIELDS_CATEGORY;
}
else if (form.getIeProfileGroupName().equals("itemsRelated")) {