// Construct our Comment object from the submitted data
WeblogManager mgr = RollerFactory.getRoller().getWeblogManager();
CommentFormEx cf = new CommentFormEx();
CommentData comment = new CommentData();
RequestUtils.populate(cf, request);
cf.copyTo(comment, request.getLocale());
comment.setWeblogEntry(entry);
comment.setRemoteHost(request.getRemoteHost());
comment.setPostTime(new java.sql.Timestamp(System.currentTimeMillis()));