}
protected void initBinder(HttpServletRequest request,
ServletRequestDataBinder binder) throws ServletException {
binder.registerCustomEditor(byte[].class, "file", new ByteArrayMultipartFileEditor());
binder.registerCustomEditor(PartyAddress.class, null, new GenericIdTypeEditor(PartyAddress.class));
}