SessionUserVO sessUser =
(SessionUserVO) session.getAttribute(
IConstants.SESSION_ATTR_USER_SESSION_INFO);
String dsName = sessUser.getDsName();
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);