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