195196197198199200201202203204205
BeanUtils.copyProperties(bizRequest,properties); } catch (Throwable t) { messages.add(new MessageImpl( Tokens.ERROR_GENERAL, t.toString() )); }
175176177178179180181182183184185