l = UserCommentsFactory.getUserCommentsByUserId(userCommentId, minIndex, perPage);
}
catch (Exception e) {
Logger.error(ViewUserCommentsAction.class,e.getMessage());
throw new ActionException (e.getMessage());
}
req.setAttribute("numrows",(new Integer(numrows)));
req.setAttribute(WebKeys.USER_COMMENTS_VIEW, l);