String dbType = sessUser.getDbType();
GroupVO groupVO = new GroupVO();
/* Forward to the View Page */
try {
groupVO = bd.findGroup(dsName, dbType, request.getParameter(IConstants.REQ_PARAM_ID));
BeanUtils.copyProperties(form, groupVO);
} catch (IllegalAccessException ex) {
log.error("Error GroupAction:viewGroup()");
} catch (InvocationTargetException ex) {
log.error("Error GroupAction:viewGroup()");